DECEMBER 30, 2022

Best vs code extensions

There are many useful extensions that you can use with Visual Studio Code (VS Code). Here are a few popular ones:

  1. Auto Rename Tag

    Automatically rename paired HTML/XML tag, same as Visual Studio IDE does.

    Auto Rename Tag | Jun Han


  2. HTML Snippets:

    This extension provides a variety of HTML snippets that can be easily inserted into your code.

    HTML Snippets | geyao


  3. Bracket Pair Colorizer

    his extension allows you to customize the colors of matching brackets, making it easier to visually identify nested code blocks.

    Bracket Pair Colorization Toggler | Dzhavat Ushev


  4. C++:

    This extension provides support for developing C++ applications, including IntelliSense, debugging, and code snippets.

    C/C++ for Visual Studio Code by microsoft



  5. Prettier:

    This extension automatically formats code according to a consistent style, making it easier to read and review.

    Prettier - Code formatter



  6. Liver server

    Extension for Visual Studio Code - Launch a development local Server with live reload feature for static & dynamic pages.

    Live Server || Ritwick Dey


  7. Python:

    This extension provides linting, debugging, and IntelliSense support for Python.

    Python by Microsoft


These are just a few examples, and there are many other extensions available that may be useful for HTML/CSS developers depending on their needs and preferences.