DEV Community

Discussion on: I stopped using Visual Studio Code

Collapse
 
vlajd profile image
Vlajd

For me personally, I never liked having so many tools and features on my fingertips that I'll be unlikely to use anything soon. So I switch from Intellij→VSC→NVIM. I don't really miss any of these cool debug features provided by either the plugins or out of the box. Rider for C++ development is the only exception, as debugging huge C/C++ codebases is just straight up impossible using only vim. But for web, once you've set up Coc or something similar, my work output just feels way more reliable, even when working in bigger TS projects (for example) (or way too huge CSS files).