DEV Community

Cover image for My Favorite VS Code Extensions
Chinmay Mhatre
Chinmay Mhatre

Posted on

My Favorite VS Code Extensions

Hey Everyone! I wanted to show you all some of the vscode extensions I use and found really useful.

gravity-falls


indent-rainbow by oderwat

As the name suggests this extension adds colors to the indentations in your code which can be useful to format your code .It can especially help you in writing python .This is a really useful and interesting extension.

VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow

image


polacode by P & P

This is an amazing extension if you want to post snippets of your code on your blog or twitter. Polacode makes it really easy to get pretty code snippets of your code.
All you have to do is run polacode from your vscode command palette, paste your code and click the capture button to download the image.

VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=pnp.polacode

image


REST Client by Huachao Mao

This is a really convenient extension for api developers .You can use this extension as an alternative to postman.

One can make a file with the extension .http and test out their api in vscode itself. It supports all GET,POST,UPDATE and DELETE request.

The benefit can be pushing the .http file to your GitHub repo so that other team members can contribute to the file.

VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=humao.rest-client

image


Here are some other vscode extensions you might find useful

Bracket Pair Colorizer 2

VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer-2

Live Server

VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer

Auto Rename Tag

VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag

Better Comments

VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments

ES7 React/Redux/GraphQL/React-Native snippets

VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=dsznajder.es7-react-js-snippets

Material Icon Theme

VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme

Live Share

VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare


Would love to know What other extension do you all use in vscode ? Let me know in the comments!!

Top comments (3)

Collapse
 
ashwith25 profile image
Ashwith Poojary

Great!

Collapse
 
stuffsuggested profile image
Info Comment hidden by post author - thread only accessible via permalink
niksin
Collapse
 
retumishra22 profile image
Retumishra22

Thank you! They are amazing! 🙌🏻

Some comments have been hidden by the post's author - find out more