DEV Community

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

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.