Best of VSCodeNovember 2023

  1. 1
    Article
    Avatar of devtoDEV·2y

    How to Become a 10x Dev

    Learn how to become a 10x developer by automating repetitive tasks, mastering keyboard shortcuts, avoiding over-engineering, utilizing version control workflow, leveraging existing components and libraries, embracing HTML Emmet for rapid prototyping, and utilizing AI assistance and VS Code extensions.

  2. 2
    Article
    Avatar of tilThis is Learning·2y

    The Most Upvoted Visual Studio Code Feature

    A highly upvoted feature has been added to Visual Studio Code, allowing tabs to be released outside of the window. The feature is currently in preview and only available in the Insiders edition of vscode.

  3. 3
    Article
    Avatar of devtoDEV·2y

    How to code faster - VS Code edition

    Learn how to code faster in Visual Studio Code by using shortcuts for copy-pasting, navigating efficiently, using Emmet, employing code snippets, and automating monotonous work with tools like NimbleText.

  4. 4
    Article
    Avatar of tilThis is Learning·2y

    Debug a React app with Visual Studio Code

    Learn how to debug a React app using the Visual Studio Code debugger, including setup, running the debugger, setting breakpoints, inspecting variables, and using the Call Stack panel.

  5. 5
    Article
    Avatar of codeiumcodeium·2y

    Codeium · Free AI Code Completion & Chat

    Codeium Command is a feature that allows developers to provide instructions to an AI for code changes inline the editor. It is currently available on Visual Studio Code.

  6. 6
    Article
    Avatar of phProduct Hunt·2y

    RoboCoder - GPT-4 Turbo in VS Code

    RoboCoder is a tool that utilizes GPT-4 Turbo in VS Code to collect, showcase, and manage customer reviews with AI.

  7. 7
    Article
    Avatar of mdnblogMDN Blog·2y

    VS Code: Tips and tricks for beginners

    Learn about helpful tips and tricks for beginners in VS Code, including keyboard shortcuts, customization options, and built-in features that can enhance your coding and writing experience.

  8. 8
    Article
    Avatar of vscodeVisual Studio Code·2y

    Visual Studio Code October 2023

    Visual Studio Code October 2023 (version 1.84) downloads: Windows: x64 Arm64| Mac: Universal Intel silicon| Linux: deb rpm tarball Arm snap. There are many updates in this version that we hope you'll like, some of the key highlights include: More audio cues.

  9. 9
    Article
    Avatar of devblogsDevBlogs·2y

    Python in Visual Studio Code

    The November 2023 release of Python in Visual Studio Code includes improvements to the 'Shift + Enter' run line in the terminal, deprecation of built-in linting and formatting features, and enhancements to Python linting extensions.

  10. 10
    Article
    Avatar of developercomDeveloper.com·2y

    Visual Studio Code Review 2023 | A Comprehensive Look

    Visual Studio Code is a widely used open-source code editor made by Microsoft. It offers a user-friendly interface, intelligent code completion, debugging, Git integration, and a wide range of extensions. It is free to use and has advantages such as being open-source, fast, and lightweight. However, it also has disadvantages such as a learning curve, complex configuration, and unstable extensions. Alternatives to Visual Studio Code include IntelliJ IDEA, PyCharm, and Visual Studio.

  11. 11
    Article
    Avatar of discdotDiscover .NET·2y

    5 Reasons To Not Use C# IDE For TypeScript Development

    The article provides five reasons why using IDEs like Rider and Visual Studio for TypeScript development may not be ideal. It highlights issues such as slowness, limited IntelliSense support, confusion of concepts, temptation to bring in C# concepts to TypeScript, and the superiority of Visual Studio Code for frontend development. It encourages developers to consider using VS Code instead.