Live data from Hacker News

Ask HN: What IDE do you use?

news.ycombinator.com

11–20 of 68 posts

Re: Ask HN: What IDE do you use?

#14
Python - PyCharm

Atom/Gogland EAP - Go

Vim when I done goofed and have to change something on a server

Gogland is IntelliJ's Go IDE. It's in early access and it desperately needs a new name. It's based on the Go plugin for existing IntelliJ IDE's.

I use Atom for everything else (including small Python scripts/packages). I used to use Sublime Text but IMO the plugins in Atom just seem to be much easier to install.

Re: Ask HN: What IDE do you use?

#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 can drag my colleague to my work env to help me :-)

Post reply on HN