DEV Community

Cover image for VSCode Extensions I'm in LOVE with

VSCode Extensions I'm in LOVE with

Tina Huynh on April 14, 2022

Table of Contents CodeSnap Colorize Beautify Live Server autoDocstring GitLens Remote - SSH .gitignore Auto Rename Tag CSS Peek Conclus...
Collapse
 
nickytonline profile image
Nick Taylor • Edited

Nice list!

I was a huge fan of the Settings Sync extension for the longest time.

VS Code has native sync now, so the extension is no longer necessary. 😎

Looking forward to your next post!

Collapse
 
rishabh570 profile image
Rishabh Rawat

I've recently used settings sync to clone my VSCode setup onto the new laptop. It makes things really seamless πŸ‘ŒπŸ»

Collapse
 
jeremyf profile image
Jeremy Friesen

It's always great seeing the list of extensions that folks love. Even as an Emacsian, seeing how others are using their editor helps me envision what may be worth looking to add / experiment with in my text editor.

Collapse
 
chrisfoste profile image
Christian Foster

Emacsian πŸ˜‚ I just thought of another one, emacsimalist. Cool kids use emacs or vim.

Collapse
 
jonaspetri profile image
Jonas Petri

How do you call someone that uses VSCode then? VSCoder? That sounds lame.

Thread Thread
 
jeremyf profile image
Jeremy Friesen

A VSCodeller (as in yodeling?)

Collapse
 
jonaspetri profile image
Jonas Petri

Good list! I use several of these! For Live Server, you should try Five Server instead. Live Server is no longer maintained, and Five Server also has some other nice features like updates WITHOUT saving.

Collapse
 
ajulio761 profile image
Julio Andre

Well, the last release is from March... Look: github.com/ritwickdey/vscode-live-... so it is maintained.

Collapse
 
jonaspetri profile image
Jonas Petri

Yeah ok, it is maintained, but Five Server still has more features.

Collapse
 
tmchuynh profile image
Tina Huynh

Noted! Thanks <3

Collapse
 
youpiwaza profile image
max

Great article, there's a couple I didn't know but will definitly check out.

(Also, some of the picture aren't explicit enough, IMO :3) but still thanks for sharing.

Here's a couple I use a lot :

  • Better comments > simple syntax for colored comments
  • Bookmarks > easily jumps accross file or files
  • change-case > Easily switch from one case to another, oh god so much time gained
  • eslint > JS linter
  • indent-rainbow > Helps for indentation
  • Markdown > documentation made easy
    • all in one
    • preview enhanced
    • lint
  • Material Icon Theme > Better browser tree
  • Todo Tree > Set "TODO: " as comment for stuff to do later, and this plugins help retreiving all
  • Toggle quotes > So much time gained too. In one shortcut circle through ' > " > `

Have a good day :)

Collapse
 
tmchuynh profile image
Tina Huynh

Thanks for the suggestions

Collapse
 
genesmith profile image
Gene Smith

If you are looking for a lightweight replacement for Postman, you should really check out Thunder Client. Indispensable for testing APIs within VSCode. thunderclient.com/

Collapse
 
tmchuynh profile image
Tina Huynh

Oh thank you! Will definitely look into it

Collapse
 
paramo9 profile image
Paramo9

I really love Tabnine, it's a really really good AI assistance for fast coding, it predicts code such as name functions, parameters, string structures, and things like that, it's perfect if you like the "snippet" thing, it really saves much time. Here's the link:

https://www.tabnine.com/install/vscode?utm_term=&utm_source=google.com&utm_medium=cpc&utm_campaign=14854202152&utm_content=&gclid=Cj0KCQjw3v6SBhCsARIsACyrRAmN2fqJIWFS5PQt9yL7mcmAEm-tfFaAcgngcno9LqkZtDRNr5Uuom4aAjEfEALw_wcB

Collapse
 
tmchuynh profile image
Tina Huynh

Thanks for sharing!

Collapse
 
aladin002dz profile image
Mahfoudh Arous

nice list, I installed codesnap. I use also "Path Intellisence", "HTML End Tag Labels", "Live Sass Compiler", "indent-rainbo":
marketplace.visualstudio.com/items...
marketplace.visualstudio.com/items...
marketplace.visualstudio.com/items...
marketplace.visualstudio.com/items...

Collapse
 
tmchuynh profile image
Tina Huynh

Oooo interesting thanks for sharing

Collapse
 
khuongduybui profile image
Duy K. Bui • Edited

No. 8: As many people mentioned, this is now a built-in feature.
No. 9: I'd suggest Auto Complete Tag bundle, which also includes Auto Close Tag from the same author of Auto Rename Tag.

Collapse
 
speedopasanen profile image
Toni

If you're a TS / JS dev like me:

  • ESLint
  • Prettier

If you're an Angular dev like me:

  • Angular Extension Pack

Anyone:

  • GitLens
  • Github Copilot (at the moment you need to be accepted for beta testing i guess)
Collapse
 
tmchuynh profile image
Tina Huynh

Thanks for the suggestions!

Collapse
 
codewithrabeeh profile image
Rabeeh Ebrahim

I would like to add bookmark extension. It's really handy. You can book mark lines of code and give label to it. And find them on bookmark tab on the left side of the panel. Great list btw!

Collapse
 
kadeesterline profile image
Kade Esterline

I hadn't heard of most of these, thanks for sharing!

Collapse
 
tmchuynh profile image
Tina Huynh

Of course! Glad it was helpful

Collapse
 
spaboi profile image
SPABOI

There’s also a monokai theme extension which I personally love and use while coding

Collapse
 
tmchuynh profile image
Tina Huynh

I'm trying to look for a better icon and overall theme :/ I'm not very satisfied with mine at the moment. If anyone has any suggestions, I'd greatly appreciate it!

Collapse
 
spaboi profile image
SPABOI

Will definitely keep on exploring more helpful extensions or VS Code

Collapse
 
dominik90 profile image
Dominik Bartsch

I use the material icons addon now for quite some years and like it very much.

Collapse
 
josegus profile image
Gustavo Vasquez

I moved my settings a few weeks ago to the native setting sync included in vscode. Best decision of 2022, really easy to use and it synchronize with all my computers automatically.

Collapse
 
harshitkumar31 profile image
Harshit Kumar • Edited

I have a lot of love for code tour - marketplace.visualstudio.com/items...
It makes sharing knowledge about a codebase so easier.

Collapse
 
tmchuynh profile image
Tina Huynh

Thanks for sharing

Collapse
 
lizardkinglk profile image
sndp

Material icon theme for icons.
Github Dark High Contrast is the best theme imo.

Collapse
 
tmchuynh profile image
Tina Huynh

Beautiful!

Collapse
 
code_with_ali profile image
AlixaProDev

wow, this is quite interesting. though I have most of them already installed.
Happy coding Tina.

Collapse
 
wjk22 profile image
Wojtek Kalka

Vim extension the most important :)

Collapse
 
arthurassuncao profile image
Arthur Nascimento Assunção

Please try Github Copilot (need to subscribe for beta tester)

Collapse
 
tmchuynh profile image
Tina Huynh

Will look into it... is there only beta right now?

Collapse
 
arthurassuncao profile image
Arthur Nascimento Assunção

Yes, but it's getting easier become beta tester.

Thread Thread
 
tmchuynh profile image
Tina Huynh

Ahh interesting

Collapse
 
marifm1986 profile image
Arif Matubber

Thank you so much

Collapse
 
dongseoki profile image
dongseoki

My favorite vs code extension is code converter~!
It makes me to change snake case to camel case, and also change reversly works too!

Collapse
 
tmchuynh profile image
Tina Huynh

Oh interesting

Collapse
 
ivis1 profile image
Ivan Isaac

Wonderful post

Collapse
 
raaj profile image
Raaj

Nice