7 Must have Visual Studio Code extensions for all programmers

I am a developer from Delhi, India
Search for a command to run...

I am a developer from Delhi, India
No comments yet. Be the first to comment.
DISCLAIMER: This might not be the most well-written article since I haven't written in a while and I just wanted to get back to writing with a short article about my experience of the day, so sorry about that I previously used this repository for my...

The release of NextJS 13 brought about a plethora of new and impressive features, with one standout being the updated data fetching and management process. The fetch API replaced the more complicated functions, including getServerSideProps, getStatic...

Looking for a safe and reliable way to authenticate users? Consider implementing magic links. They offer a secure alternative to traditional passwords and can help mitigate the risk of password leaks and forgotten passwords. Magic Link authentication...

Neovim is a powerful text editor that can be customized with plugins to enhance its functionality. In this article, we will explore the top 10 essential Neovim plugins. These plugins can help improve your Neovim experience by adding features such as ...

A type-safe and zero-runtime version of Tailwind CSS

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
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
5. Bracket Pair Colorizer Too 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
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
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
These 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