DEV Community

Cover image for My VSCode Setup

My VSCode Setup

tiff on September 02, 2018

This post was originally posted to my blog. Since there are posts like this going around on blogs like The Zen of Programming and DEV Community 👩‍...
Collapse
 
tux0r profile image
tux0r

That looks like it's incredibly slow by now.

Collapse
 
kungtotte profile image
Thomas Landin

VSCode is pretty intelligent about only loading what you need. E.g. when writing JavaScript it won't load Python extensions. Assuming the extension registers itself properly as being language specific and not as being a general extension.

Though at 100+ extensions I imagine startup is sluggish due to update checks etc.

Collapse
 
tux0r profile image
tux0r

I also think that most of those extensions are probably not language-specific.

Thread Thread
 
kungtotte profile image
Thomas Landin

Yeah many are probably global, but from the examples posted all the React, JS, and HTML/CSS ones are language specific.

I'm not sure how the snippets extensions work but if they tie into the existing snippets function they won't add any bloat since it's just some additional entries in a lookup table.

Collapse
 
tiffany profile image
tiff

A lot of these also come in extension packs which I really like. I'd like to uninstall some of them, but I can't because they are required by the extension pack. Of course, I could just stop using those, however I've found them useful.

Collapse
 
tiffany profile image
tiff

Not really. Haha. But I have deleted some of them, since then.

Collapse
 
nickytonline profile image
Nick Taylor

I've been loving Night Owl as well ever since Sarah Edo published it. Before that I was all about the Cobalt 2. So far I haven't switched back though. I just find the theme more soothing to my 👀

Looking forward to your next post!

Collapse
 
4lch4 profile image
Devin W. Leaman

There are a few extensions in here that I hadn't heard of before, and I'm glad to have found them! Most specifically, the vscode-spotify, Dash, WakaTime, and the JavaScript Booster extensions, so thank you for sharing!

Collapse
 
shanalikhan profile image
Shan Khan

Settings Sync extension is also good!

Collapse
 
sagar profile image
Sagar

Recently I found one great extension for console.log.

Extension name: wrap console.log