# 7 Must have Visual Studio Code extensions for all programmers

Visual Studio Code is one of the most used IDE’s out there and is used extensively by many programmers
If you haven’t used Visual Studio Code yet, I highly recommend you to install it and try it out with the following extensions.
[Download **Visual Studio Code**](https://code.visualstudio.com/Download)

# **Here are some Visual Studio Code extension’s to make your life easier:**

1.  Live Server
    Live Server is probably one of the most important extensions and an extension when I use every time, I code in HTML and CSS. It opens up your html file in a localhost which can be helpful in accessing it from other devices in the same network.
    Not only that, it also has an auto-reload feature which reloads the page every time, you save a change in VS Code.
    [Link to download it](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)
2.  Prettier — Code Formatter
    Prettier is an extension which helps in keeping your code clean. Even though, you can format your code using VS Code, Prettier has it’s own advantages and support for many languages
    [Link to download it](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
3.  Material Icon Theme
    This extension is very useful as it helps you identify files much faster by just first sight. It has hundreds of icons and they map automatically to a file when you create one
    [Link to download it](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)

<noscript><img alt="Image for post" class="eq eg ec fl w" src="https://miro.medium.com/max/2116/1*aiLdL3HE4A9JsLjF3JW6Jw.jpeg" width="1058" height="473" srcSet="https://miro.medium.com/max/552/1*aiLdL3HE4A9JsLjF3JW6Jw.jpeg 276w, https://miro.medium.com/max/1104/1*aiLdL3HE4A9JsLjF3JW6Jw.jpeg 552w, https://miro.medium.com/max/1280/1*aiLdL3HE4A9JsLjF3JW6Jw.jpeg 640w, https://miro.medium.com/max/1400/1*aiLdL3HE4A9JsLjF3JW6Jw.jpeg 700w" sizes="700px"/></noscript>

Material Icon Theme example (These are just a few among thousands)

4\. Material Theme
Material Theme provides a variety of themes to customise the appearance of VS Code. Light Mode, Dark Mode, anything you need
[Link to download it](https://marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-material-theme)

5\. Bracket Pair Colorizer
<span id="rmm"><span id="rmm">T</span></span>oo many brackets? Don’t worry. This extension will help you map brackets with colours and help you find the right one.
[Link to download it](https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer)

<noscript><img alt="Image for post" class="eq eg ec fl w" src="https://miro.medium.com/max/1506/1*pqv_CChsyyvXOjlU_JZZvw.jpeg" width="753" height="147" srcSet="https://miro.medium.com/max/552/1*pqv_CChsyyvXOjlU_JZZvw.jpeg 276w, https://miro.medium.com/max/1104/1*pqv_CChsyyvXOjlU_JZZvw.jpeg 552w, https://miro.medium.com/max/1280/1*pqv_CChsyyvXOjlU_JZZvw.jpeg 640w, https://miro.medium.com/max/1400/1*pqv_CChsyyvXOjlU_JZZvw.jpeg 700w" sizes="700px"/></noscript>

6\. Live Sass Compiler
If you are a **SASS** or an **SCSS** person, this extension is a must have. It automatically looks for changes and compiles them. You can also set where you want your css file to go. All in all, this is a life saver
[Link to download it](https://marketplace.visualstudio.com/items?itemName=ritwickdey.live-sass)

7\. TabNine
I almost forgot this one. This is one of the most important extensions for me, and it does almost half of my work. It has an advanced AI technology which constantly gives you suggestions based on your previous code, what people write a lot, repetitions, etc.
[Link to download it](https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode)

<span class="s km kn ko kp kq kr ks kt ku ae">T</span>hese are only some of the wonderful package of extension Visual Studio Code offers. It is my favourite editor and I highly recommend you try it out if you’ve not yet done so
