DEV Community

Cover image for 10 VS Code Extensions that make your coding Better
Credit Card Generator
Credit Card Generator

Posted on

10 VS Code Extensions that make your coding Better

Are you an amateur programmer? Or do you have a good knowledge of programming? This article is for you. Use your best performance with VS Code. After reading this article you will thank me.

1. Prettier

This extension will help you format the code. You can configure this as needed, which gives the code a professional look.

2. Material Icons

This uses a special theme to uniquely identify the various files contained within your distribution. This gives a better look at the Visual Studio Code.

3. Live Share

Use this to allow another team member or other person to view and develop your code. What makes it special is that it can be performed live on the familiar Visual Studio platform.

4. Bracket Pair Colorizer 2

Brackets are used to write code in many languages. Sometimes it can be difficult to manage without you recognizing each other. Many developers use this extension to avoid this. This shows the starting bracket and the last bracket in one color.

5. JavaScript Code Snippets

This is a great time saver for any JavaScript developer. You can retrieve the required code without having to re-type it.

6. CSS Peek

This goes directly to the definition of CSS Class and Id

7. Auto Close Tags

Closing a tag after opening in languages such as HTML and XML is a busy process. This is the best solution for you to avoid this

8. Auto Rename tags

The tag is renamed to make it easier to maintain the code when you are working with a large project. This extension is used to do this efficiently

9. Better Comments

The best experience when writing code is to comment. This will make it easier for other members of your distribution and yourself to re-study the code. This extension is used to make this attractive and effective

10. Live Server

If you are a web developer then this extension is a must. When working with an HTML file, you need to save the HTML code and reload the web browser to see the changes. But by using this extension you can see the changes you are making Live in the web browser.

Original Article

Top comments (0)