DEV Community

Discussion on: What IDE do you use for coding and why?

Collapse
 
fredoist profile image
Freddy González

Maybe VS Code might take some time to load because it comes with many preinstalled features and language support. I do mostly web dev so I have disabled most of pre-built elements like C++, C#, R... language features since I'll not be programming in C. It also comes with some preinstalled themes which I have also disabled the ones that I will never use. In my opinion disabling anything that you will not be using could increase the loading speed.

To disable built-in features and themes you can go to the extensions panel Cmd/Ctrl+Shift+X and type in the search bar @builtin and just disable the ones that you will not use.