Best of VSCodeApril 2024

  1. 1
    Article
    Avatar of devtoDEV·2y

    Boost Productivity & Quality: Essential VS Code Extensions

    Discover essential Visual Studio Code extensions that can boost productivity and code quality. From code formatting to error detection, these tools provide valuable features for frontend developers using JavaScript frameworks.

  2. 2
    Article
    Avatar of devtoDEV·2y

    Underrated VSCode feature: Native Tabs

    Learn how to use Native Tabs in VSCode to group multiple projects together and easily switch between them.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    How to Manually Deploy a React and TypeScript Project on Netlify

    Learn how to manually deploy a React and TypeScript project on Netlify with Vite. Follow simple steps to get live versions of your projects up and running.

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

    Visual Studio Code March 2024

    The Visual Studio Code March 2024 release includes updates to the Accessibility features, improvements to Notebooks, and various other enhancements.

  5. 5
    Article
    Avatar of logrocketLogRocket·2y

    Exploring Zed, an open source code editor written in Rust

    Explore Zed, an open source code editor written in Rust. It offers lightning-fast performance and cutting-edge collaborative features. Zed's features include GPU-based User Interface (GPUI) framework, Vim mode, built-in collaboration tools, and more. It is compared to VS Code, highlighting differences in themes, extensions, collaboration capabilities, and supported platforms. Zed's limitations include its availability only on macOS, but future support for Windows and Linux is planned. Ultimately, choosing between Zed and VS Code depends on individual needs and preferences.

  6. 6
    Article
    Avatar of medium_jsMedium·2y

    Setting A Dockerized Python Environment — The Elegant Way

    This post provides a guide for setting up a Python dockerized development environment with VScode and the Dev Containers extension.