The Top 5 Best VS Code Extensions to Supercharge Your Development.

The Top 5 Best VS Code Extensions to Supercharge Your Development.

These are some of the best and most known VS Code extensions in the market that developers all around the world use to supercharge their development.

·

2 min read

1. GitLens: Git Supercharged

GitLens is an open-source VS Code extension that allows you to view Git repositories via Git blame annotations and CodeLens to make you simply understand code better by allowing you to gain insights and information/history into a code database.

2. vscode-icons

Vscode-icons is an open-source and free VS code extension that allows you to bring visual, clean, and minimal icons to Visual Studio for a cleaner and more organized development environment when working with multiple file extensions.

3. Prettier

Prettier takes code formatting to another level. You can use Prettier to constantly enforce a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, and wrap code when necessary.

4. Markdown All in One

Markdown All in One makes documentation much easier by providing autocomplete, keyboard shortcuts and live previews to help you write documentations much faster, so that you could get back to developing new features.

5. Better Comments

Better Comments helps you to write more human friendly comments onto your code, by categorizing your annotations with alerts, highlights, color-codes, queries, TODOs etc.

Bonus: MonoKai Pro & Live Server

MonoKai Pro is personally one of my favorite themes to apply when writing code on VS Code since it is elegant and colorful while eliminating distractions and helps to focus on writing more code.

Live Server is another really helpful extension, helping you to actively launch a development server with automatic reloads for static and dynamic web pages.