Best of VSCode — October 2022
- 1
- 2
freeCodeCamp·4y
Learn Docker and Kubernetes – Free Hands-On Course
Guy Barrette teaches this Docker Containers and Kubernetes Fundamentals course for beginners. Guy is a developer & trainer with more than 25 years of experience. He is a Microsoft MVP, frequent conference speaker, and was leader of the Montreal.NET User Group for more than 23 years.
- 3
Discover .NET·4y
How To Fix Visual Studio Code IntelliSense Loading Infinitely
How To Fix Visual Studio Code IntelliSense loading infinitely issue was gone. It turned out that sometimes your VS Code might be using a different TypeScript version than your workspace uses. In order to fix it, use TypeScript: Select TypeScript Version... command.
- 4
Visual Studio Code·4y
Visual Studio Code September 2022
Visual Studio Code September 2022 September 2022 (version 1.72) There are many updates in this version that we hope you'll like. You can download the nightly Insiders build and try the latest updates as soon as they are available. The editor hover used to be very aggressive in hiding itself, especially when the mouse was going over an empty area.
- 5
asayer·3y
Is GitHub Copilot a Threat to Developers?
GitHub Copilot is an artificial intelligence (AI) tool developed by GitHub and OpenAI, an AI research laboratory. It is available as a Visual Studio Code, Neovim, and JetBrains integrated development environment extension (IDEs) Copilot uses OpenAI Codex to suggest code and entire functions in real time from editor Code problems.
- 6
LogRocket·4y
Understanding TypeScript’s benefits and pitfalls
VS Code comes with inbuilt TypeScript intelligence. TypeScript is telling us that event.target could be null — not based on our code, but on the definitions themselves. It is possible for the Event’s target property to be null (for example, a directly created Event object with no target given) This works in the browser and all is well.
- 7
Telerik·4y
Popular VS Code Extensions for Vue.js & Nuxt.js Developers
Vue 2/Nuxt 2 (AKA Vue Language Features) is a language support extension built for Vue, Vitepress and petite-vue. It fills many holes Vetur has regarding TypeScript and provides features like type checking, completion, renaming and refactoring. Vue Discovery (Vue Discovery) discovers Vue components in your project.
- 8
This is Learning·4y
How to contribute to Visual Studio Code on GitHub
Let's see together how to move the first steps on the GitHub Open Source repository of Microsoft Visual Studio Code. The goal of submitting a Pull Request with our code is to get featured in the next official release notes. The satisfaction in seeing a feature YOU developed, being used by thousands of developers every day, is huge.