Ask HN: What IDE do you use?
41–50 of 68 posts
Re: Ask HN: What IDE do you use?
#42Re: Ask HN: What IDE do you use?
#43Re: Ask HN: What IDE do you use?
#44Re: Ask HN: What IDE do you use?
#45I recommend Cloud9. Isolated environments and a uniform editor/experience.
Re: Ask HN: What IDE do you use?
#46Long time ago, when I was learning Java, I liked Eclipse. Currently on my desktop, I mostly switch between Atom and Visual Studio code, because I mostly write for nodejs, or I am trying out something weirder, like purescript, or elm, or clojure, and these two editors usually have good plugins to deal with them. When I am on ssh, I use vim.I develop stuff in vim, in tmux over ssh often, because that is the simplest I…
how do you live preview let's HTML APP on VS Code? Like Brackets has it. I guess I can hit f1 and view in browser but is not "Live" and gets tiring refreshing the page.
I do a lot of front-end dev and use VS Code as well. I do remember Brackets being pretty nifty for doing just HTML/CSS stuff. In practice, however, I'm pretty much exclusively writing JavaScript that outputs html, so the usefulness of Brackets' live preview or similar is almost nonexistent.
I think VS Code hits the sweet spot between actively-developed, speed, free, and features... for front-end at least. It's also pretty good for Golang.
Re: Ask HN: What IDE do you use?
#47I'll go against the grain-- I recommend Cloud9. Isolated environments and a uniform editor/experience.