Skip to main content

Command Palette

Search for a command to run...

Top VS Code extensions only 5% people know about

Increase your productivity by 10 folds! The most underrated extensions that you're unaware of

Published
3 min read
Top VS Code extensions only 5% people know about
M

I'm an indie developer based out of my home, lol, and love to create awesome applications. People call me picky for adding extra attention to detail and over-doing stuff, while sometimes I feel like Jerry-Rigging everything I make

As a developer, you're probably using Visual Studio Code on a daily basis. But did you know that there are tons of extensions out there that can make your life a lot easier?

never gets easier.webp

I have a lot of VS Code extensions. Some are indispensable, some are good to have, and some become irrelevant because I'm no longer learning the language I downloaded it for.

In this blog post, I'm going to list my top 5 extensions that I think are underrated and unknown to most developers.😍

Top VS Code extensions of all time

Bonus: At the end, there is a bonus extension, so be sure to check it out.

Now, starting off with the 5th one,

5: Indent line (5k downloads)

This extension fixes all indentation issues with a single shortcut. What is better than seeing it for yourself? Here's a demo

Demo

But why need it when you have prettier? There's a reason. As far as I know, prettier does not format python code, but this extension supports many languages that prettier does not.

4: Polacode

Ever wanted to present your code to someone or some platform, but it looks ugly? A great alternative to Carbon, it automatically detects the language, highlighting, etc. and presents a picture-perfect version of your code.

Demo

Don't use it to share your company's code though :)

3: Toggle Quote

Ever typed a string with " and wanted to convert it to a template literal with ` or to '? Why move your cursor back and forth? Just press a simple keyboard shortcut to toggle through these quotes.

Toggle.gif

I hope you get the idea. This is pretty useful for me personally, since I mistakenly write the " and then remember to use `

2: Bracket Padder

A simple package that provides smart whitespace padding and closing of bracket pairs: () [] {}. Even though prettier does it automatically, it also supports languages like python, go, etc. which prettier does not support.

Preview

A must-have to increase readability.

1: Toggle Case

This is one of the most useful extensions on the list. The thing it does might sound very basic, but combined with VS Code's awesome features, it could save a lot of time.

Demo

It becomes awesome when dealing with multi-cursor text, where it could convert case for multiple instances to ones, saving a lot of time. It also converts text like foo bar to paths like foo/bar. A must-have for every programmer.

Bonus! Hot dog stand

Get the joke?.

hot dog.png

OK, let's start the pitching.

Have you ever wanted to burn your eyeballs within seconds!? Well now, you can! With ho... Oh wait. No one in their healthy minds would want that!

Wrapping it up

Thanks for reading! If you are looking to take your VS Code experience to the next level, be sure to check out some of these extensions. Also, I'm going to post about a really cool project soon, so stay tuned.

You know the drill. If you found this post helpful, please share it with your friends and followers. And if you have any questions or comments, please feel free to leave them below.

Until then, happy coding!

Bye.gif

K
KeoooDev4y ago

Wont be using that VS code theme anytime soon 🤮

2
M

Haha, never meant to be used

A

Not bad, but your no.5 & no.2 can be fixed with a simple pair of other extensions.

More famously known as formatters and Vim :^]

You should cover the Vim extension if you haven't tried it out before. It will change the way and the speed you work with

2
P

Is polacode work with dart flutter projet ? it's seem not!

N
Njong Emy4y ago

Amazing article, Mohit. I'm scooting over to check hot dog stand because that's the only extension that caught my eye among all the other cool ones I haven't used either :)

1
M

I hope you are fine after the incident 😂

L

Great extensions I didn't know about! Thanks for sharing!

M

You're welcome 😊 and thank you so much for reading

1
D

Great article! The bracket padder extension seems quite useful....

p.s i LoVe ThE hOt DoG tHeMe!

M

Great to hear you liked it! ❤️

pS: I hOpE yOuR eYeS aRe OK

D

Mohit Yadav fr i lost my eyesight after declaring a variable

1
M

Thanks for the list Mojit. I use Carbon, so Polacode seems very useful to mee. 😊

1
M

Thanks for the response Miklós, I would love to post more such content in the future 😊.

Hope you liked the bonus tip 😆 jk

2
M

Do you know by accident some cool not well known IntelliJ IDEA plugins? Mohit Yadav

M

Sadly not! Haven't tried out IntelliJ editors for a while Miklós Szeles

2
M

Ok, thanks. maybe I will write an article about it 😊Mohit Yadav

1
Top VS Code extensions only 5% people know about