Top 5 Visual Studio Code Extensions

3 min · 544 words

vscode

extensions

favorites

Is this an easy post to make? Sure, but it’s an important one, especially if my mind eraser frog is used against me.

Anyways, here’s a list of my favorite VSCode extensions.

  1. Path intellisense
    • This is so incredibly handy. I mean, all of them are, but still. It’s hard to remember paths, so this is a must have anytime I’m having to import {something} from 'some/path'.
  2. Code Runner
    • Ever since I found this, I basically never use codepen or anything similar. I’m always trying out things in JS before implementing anything in any actual project. This is way easier than making a dummy node project and running it via the terminal. So handy.
  3. change-case
    • I use this way more than I care to admit. I don’t exactly know why, but I just happen to come across a lot of stuff in PascalCase that should be camelCase or vice versa. This handy tool allows me to highlight all of the offenders and change them easily.
  4. Document This
    • I have a secret. I’m a developer that likes documentation. This extension helps me document my functions and such quickly and easily. No maintenance programmer ever complained about too much documentation, and we love our maintenance programmers. 🙏 You all are doing the lord’s work.
  5. Indent rainbow
    • Tabs or spaces? Just kidding, I don’t want to start World War 3 here. However, whether you use one, the other, or both, this extension lets you see how far down the rabbit hole you’ve gone at a glance. It’s especially handy when you’re 3000+ lines and 4 nested objects deep in a JSON file.

Honorable mentions

Here’s a few that I use, but if I was on a stranded dev box without these, I could survive…I just wouldn’t like it as much.

What are some of your favorite VSCode extensions? Let me know in the comments below. Thanks for reading!