Best of VSCodeOctober 2022

  1. 1
    Article
    Avatar of webtoolsweeklyWeb Tools Weekly·3y

    VSCode Updates, Frameworks, Git/CLI, JS Utils

    This week's newsletter includes tools, extensions, the latest news, articles, and tutorials on VS Code. VSCode Updates, Frameworks, Git/CLI, JS Utils, and Email are all free and open-source tools.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·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. 3
    Article
    Avatar of discdotDiscover .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. 4
    Article
    Avatar of vscodeVisual 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. 5
    Article
    Avatar of asayerasayer·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. 6
    Article
    Avatar of logrocketLogRocket·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. 7
    Article
    Avatar of telerikTelerik·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. 8
    Article
    Avatar of tilThis 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.