Live data from Hacker News

Ask HN: What IDE do you use?

news.ycombinator.com

21–30 of 68 posts

Re: Ask HN: What IDE do you use?

#22
post #5

Vim mainly, jupyter notebook for little python things

Ha, forgot about jupyter!

I use it for prototyping python, javascript as well as haskell :-)

More over, I use it as presentation software. Being able to slap together stats from i.e. jira, github and our CI system into a self-updating set of slides is really awesome :)

Currently I experiment with https://github.com/nteract/nteract to have more desktop-like experience :-)

Re: Ask HN: What IDE do you use?

#24
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.

Re: Ask HN: What IDE do you use?

#25
I use IntelliJ for Java/AngularTS/ web development and Sublime for lite note taking/editing. IntelliJ is an excellent IDE and is far superior to Eclipse. Great refactoring, code completion everywhere, and very intuitive (I am often amused how it just reads my mind). If you are just starting out, spend some time experimenting and evaluating and cultivate a fine repertoire of tools over time.
Post reply on HN