10 VS Code Extensions for Improving Productivity
VS code extensions help everyone write code faster and increase productivity. So today I am going to share some extensions that will help makes your coding easy.
Extensions
Extensions made our task easy by providing some snippets, showing live changes, collaborating with others, and much more.
List of extensions
Tabnine
GitLens
Regex Previewer
Live Server
Better comments
Polacode
Colorize
Auto Rename Tag
Indent Rainbow
Peacock
Let's start….
1. Tabnine
It helps to Autocomplete for Javascript, Python, Typescript, PHP, Go, Java, Ruby & more.
Download Link : Tabnine
Demo :
2. GitLens — Git supercharged
Using this, we can quickly see who wrote a piece of code, easily navigate and explore Git repositories, obtain insightful knowledge through rich visualizations and robust comparison tools, and much more.
Download Link : GitLens — Git supercharged
3. Regex Previewer
It visualizes the regular expression code into normal preview.
Download Link : Regex Previewer
Demo :
My VS Code Setup : https://rutikkpatel.medium.com/my-vs-code-setup-a319478117a7
4. Live Server
It provides live reload functionality in the local server
Download Link : Live Server
5. Better Comments
Provides a way to write better easily understandable comments.
Download Link : Better Comments
6. Polacode
One of the handy tools that are used in daily life to capture your code in an amazing way
Download Link : Polacode
Demo :
7. colorize
With the help of this extension, it is easy to visualize CSS colors in your styling files.
This extension adds a background color for each of the written colors.
Download Link : colorize
Demo :
8. Auto Rename Tag
It renames the paired HTML/XML tag automatically. It is provided by Jun Han.
Download Link : Auto Rename Tag
9. indent-rainbow
Showing indentation in a colored way.
Download Link : indent-rainbow
Demo :
10. peacock
Provide colorful interface to vs code workspace.
Download Link : peacock
Top comments (0)