Live data from Hacker News

Ask HN: What IDE do you use?

news.ycombinator.com

41–50 of 68 posts

Re: Ask HN: What IDE do you use?

#46
post #17

Long 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 think there's plugins for that. Checkout https://marketplace.visualstudio.com/items?itemName=hdg.live....

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.

Post reply on HN