DEV Community

Cover image for VS Code Extensions
Mohd Talha
Mohd Talha

Posted on • Updated on

VS Code Extensions

Hi Everyone, i am sharing some useful extensions you can use for vs code to increase your productivity.

Code Runner - Run Code Snippet or Code File for Multiple Languages, Such as C, C++, Java, JavaScript, Python, Ruby, .NET, R, PowerShell, TypeScript, Scala, Go and all most every other language you can imagine, also you can add custom commands.

Code Spell Checker - As the name suggests it is a basic spell checker which helps catch comman spelling errors, works well with typescript.

Prettier - This one is kinda cool 😎, enforces a consistent style, wrapping code whenever necessary.

GitLens - Visualize code authorship at a glance, seamlessly navigate and explore Git repositories.

TODO Highlight - Highlight TODO, FIXME and other annotations within your code.

What Extensions do you use? Please share them in the comments.

Top comments (0)