DEV Community

Gentt
Gentt

Posted on

🌟 Discover 5 Must-Have VSCode Extensions You Haven't Tried Yet

Hey there! Yes.. this is one of those posts, but.. I promise you're not going to find the generic stuff like "Prettier" here, don't get me wrong, while its essential, we kinda all know & have it. The purpose of this post is to try and find those hidden gems. I hope this helps :))

1. Error Lens

Think of this extension like your "Problems" tab within the VSCode terminal but on.. steroids, its basically going to show and highlight any issues in your code/syntax right at the specific line on the editor.

Image of the VScode extension called Error Lens

2. Console Ninja

We've all been sick and tired of going back and forth between tabs to only read the logs (console logs).. So the Console Ninja team said enough's enough and decided to instead showcase us the console log outputs and runtime errors directly in our editor.

Image of the VScode extension called Console Ninja

3. Pretty TypeScript Errors

Look, as much as we love TS (not really?) we can surely admit seeing those long errors where one of the 43 nested types doesnt match isnt as optimal as we'd like, not to mention those error messages that can only be deciphered from Harvard PhD professors (and Matt Pocock). Luckily for us this extension saves the day by simplifying everything for us and making life easier.

Image of the VScode extension called Pretty TypeScript Erros

4. Hungry Delete

Remember selecting all that empty space and then having to delete it, or even worse having to press backspace 10-15 times to do that? Well, this extension makes sure that you dont have to go trough that again, but instead take care of that emptyspace or tab by simply pressing CTRL+BACKSPACE

Image of the VScode extension called Hungry Delete

5. Add gitignore

At some point, we'll all have to create a .gitignore file and thats a fact, so, why not speed up the process and have a extension specifically built to help you create it faster with variety of templates to choose from?

Image of the VScode extension called Add gitignore

Top comments (2)

Collapse
 
akbatra567 profile image
Akshit Batra

I was using Error Lens and Pretty TypeScript Errors without even knowing but others are good find. Thanks for sharing.

P.S. An unsolicited advice from my side, if you could mention the free/paid tier options with the tools that would help a lot.

Collapse
 
g3nt profile image
Gentt

Fully agreed! Thanks for the advice Akshit, I'm glad you found this helpful. Your advice will help me even on my future posts.

Some comments may only be visible to logged-in visitors. Sign in to view all comments.