Best of VSCode — May 2024

  1. 1
    Article
    Avatar of devtoDEV·2y

    Tools that keep me productive

    Discover the tools that the author uses to stay productive as a developer, including their go-to editor and favorite browser extensions.

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

    🌈 2 Colors Extensions to make Visual Studio Code even better!

    Learn about two Visual Studio Code extensions that can improve your coding experience by customizing colors for instances and files/folders.

  3. 3
    Article
    Avatar of devtoDEV·2y

    What are some of your favourite visual studio code extensions

    Discover other useful extensions for Visual Studio Code and increase your productivity in different languages and frameworks.

  4. 4
    Article
    Avatar of devtoDEV·2y

    Microsoft VS2022 Cascadia Code font

    Learn how to change the font in Visual Studio 2022 and match the font in Visual Studio with Visual Studio Code using Cascadia Code font.

  5. 5
    Article
    Avatar of communityCommunity Picks·2y

    💻My Web Development VS Code Settings, theme, Extensions, tips and tricks

    Learn about the benefits of using Visual Studio Code, recommended extensions, and how to customize the cursor and font for a better coding experience.

  6. 6
    Article
    Avatar of communityCommunity Picks·2y

    Adding Cursive Fonts to VS Code

    Learn how to add cursive fonts to your VS Code editor by installing the Fira Code iScript font and updating the preferences.

  7. 7
    Article
    Avatar of communityCommunity Picks·2y

    Ultimate Guide to Dev Containers

    Dev containers are isolated, lightweight environments that provide a pre-configured development environment inside your editor or IDE. They save time by eliminating the need for manual setup and ensure a clean environment every time. Some of the benefits of using dev containers include pre-configured build environments, isolated environments, reproducible builds, less setup time, and flexibility in choosing base images.

  8. 8
    Article
    Avatar of devblogsDevBlogs·2y

    Python in Visual Studio Code

    The May 2024 release of the Python and Jupyter extensions for Visual Studio Code includes announcements, a code action to implement abstract classes, a new auto indentation setting, removal of Debugpy in favor of the Python Debugger extension, and the possibility of socket disablement during testing. Pylance's performance has also been improved with several smaller enhancements.

  9. 9
    Article
    Avatar of telerikTelerik·2y

    Vue Basics: Getting Started with Vue.js and Visual Studio Code

    Learn how to set up Vue.js with Visual Studio Code and start your first Vue application. Install the necessary plugins and dependencies, and use the official browser plugin for better app development.

  10. 10
    Article
    Avatar of codewithandreaCode with Andrea·2y

    REST Client Extension for VSCode

    REST Client is a VSCode extension that allows users to send HTTP requests and view the response directly in Visual Studio Code. It is a great tool for creating 'runnable documentation' for REST APIs used in a project. Users can define their own environments and use variables. REST Client has various useful features.