DEV Community

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

Collapse
 
urielbitton profile image
Uriel Bitton

cool. Is vscode heavy or slow to load? I often see it has advanced features but due to its size it loads slowly. Is that true?

Collapse
 
leob profile image
leob • Edited

It's somewhere in the middle ... a bit heavier than an editor like VIM, but much more lightweight than big IDEs like IntelliJ, Eclipse or Netbeans ... after you've started it once (which takes a little bit more time, but not that much even) then follow up sessions are typically very quick to start (you can just open files or directories from the command line, like code readme.txt or code .).

So overall I certainly wouldn't say it loads slowly, it always feels quite snappy to me.

You use Brackets, right? Well I think they would be comparable, both built with web tech (HTML, CSS, JS) ... is it also an Electron app?

Thread Thread
 
urielbitton profile image
Uriel Bitton

Interesting!
Yes I use brackets for web dev and eclipse for Java and c++. Ecipse is definitely too heavy for quick use.
Brackets I like bc of the live preview feature. And its super light. The only thing is its predictive text for html isn't the best. But the prediction for css is great.
So I'm just exploring anything new to try and compare to brackets which I've been using for years

Thread Thread
 
leob profile image
leob

Haven't used Brackets but I can imagine it would be quite comparable to VSCode ... maybe because Brackets is from Adobe it has more of an emphasis on design, VSCode doesn't really have that.

Thread Thread
 
urielbitton profile image
Uriel Bitton

You should give brackets a shot! It's 2 best features are the live preview and the inline editor - super useful.

Does vscode have live preview?

Thread Thread
 
leob profile image
leob • Edited

Not that I know of, I think VSCode users just have a separate browser window opened next to VSCode ... but what exactly is the inline editor? It sounds like Brackets really has a bit of a unique focus and some features which VSCode probably doesn't have (but maybe also the other way around).

Thread Thread
 
soumyaranjannaik profile image
Soumya Ranjan Naik

I have a live preview extension installation for webpages.

Thread Thread
 
noaccos profile image
Francesco Noacco

Yes, VSCode has a good live preview feature
It's an electron application, it is one of the features you'd just expect from your text editor running in a browser

Thread Thread
 
urielbitton profile image
Uriel Bitton

Right. Thats good I guess nowadays every web dev ide has a live preview plugin.

Collapse
 
soumyaranjannaik profile image
Soumya Ranjan Naik

It's quite fast to load and is lighter than any other IDE like pycharm or Android studio.

Thread Thread
 
urielbitton profile image
Uriel Bitton

im guessing Android studio is the standard ide for developing Android apps?

Thread Thread
 
soumyaranjannaik profile image
Soumya Ranjan Naik • Edited

Actually I work on Flutter so it can be setup on VSCode or Android Studio and even native android development can be done using VSCode, I did it a while ago when I had a less powerful Intel Pentium and 4GB RAM machine now I have a I5-8300H and 8GB RAM machine which can handle all that easily so i use Android Studio.

Still if I need some quick edit or testing VSCode is my choice even for android.

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.