DEV Community

Cover image for VS Code Extensions I use Daily

VS Code Extensions I use Daily

Jakob Klamser on September 24, 2020

In this article, I want to go through my favorite Visual Studio Code Extensions that I use on a daily basis. Most of the time I use VS Code for wri...
Collapse
 
robole profile image
Rob OLeary

Hi Jakob,

There are settings for auto closing tags and auto renaming tags that you may be interested in. You can read more in my post.

Collapse
 
mitya profile image
Dima

What about HTMLHint?

Collapse
 
robole profile image
Rob OLeary

I don't understand the question. What do you mean?

Thread Thread
 
mitya profile image
Dima

Does VSC has same functionality?

Thread Thread
 
robole profile image
Rob OLeary

You need an extension for static analysis/linting HTML, there is a HTMLHint extension.

Collapse
 
madza profile image
Madza

Great list, tho I still find Auto Close Tag and Auto Rename Tag quite buggy when working with deeply nested code structures... Also, be careful with Quokka as you can mess up your code quickly if you use it in multiple places simultaneously.

Collapse
 
stereoplegic profile image
Mike Bybee • Edited

You don't need ACT or ART anymore. Both features are now available in VS Code, and that built in functionality may be fighting with the extensions.

Collapse
 
klamserdev profile image
Jakob Klamser

Didn't know that about Quokka. I only use it for testing out stuff on the fly.
Never had problems with Auto Close Tag and Rename Tag... Strange

Collapse
 
wangqiyang profile image
wang-qiyang

Hi, I'm the editor of InfoQ China which focuses on software development. We like your article and plan to translate it into Chinese and publish it on our website. So I want to ask for your permission first! This translation version is provided for informational purposes only, and will not be used for any commercial purpose.

In exchange, we will put the English title and link at the end of Chinese article. If our readers want to read more about this, he/she can click back to your article.

Thanks a lot, hope to get your help. Any more question, please let me know.

Collapse
 
klamserdev profile image
Jakob Klamser

That’s fine. Go ahead

Collapse
 
whobeu profile image
Robert G. Schaffrath

I have quite a few that I use and sometimes wind up slowing VS Code startup due to the number of them (LOL):

Bracket Pair Colorizer 2
Color Highlight
ESLint
indent-rainbow
Node.js Modules Intellisense
Rewrap
TODO Highlight
TODO Parser
Visual Studio Intellicode
VS Color Picker

Extensions that I have active but use infrequently:

Bookmarks
Lorem ipsum
Spell Right
vscode-random

I have found Lorem ipsum to be useful for generating long password strings for protecting PDF documents generated with PDFKit.

Collapse
 
dropb1t profile image
Yuriy Rymarchuk

Really nice suggestions, specially Quokka.js and Markdown Preview that I will absolutely install. Thank you!

Collapse
 
shrmaky profile image
Akshat Sharma

to be honest Gitlens deserves to be listed..

Collapse
 
anu0012 profile image
Anurag Sharma

Great article. Thanks for sharing

Collapse
 
cguttweb profile image
Chloe

I use quite a few of those Bracket Pair Colorizer 2 was a game changer when I discovered it not sure how I coped without it.

Collapse
 
joelrozen profile image
Joel Rozen

Thanks! I’ll give live server a god for sure, that seems extremely convenient when working with static sites!

Collapse
 
vamshisuram profile image
Vamshi Suram

Thanks for sharing.. nice extensions.. will definitely try markdown enhanced..

Collapse
 
timbogdanov profile image
Tim Bogdanov

Check out my darkmode theme that I created:
marketplace.visualstudio.com/items...

Collapse
 
juniordevforlife profile image
Jason F

Quokka is awesome. I saw it used on a Fun Fun Function video a while back and was blown away.