Ask HN: What IDE do you use?
11–20 of 68 posts
Re: Ask HN: What IDE do you use?
#12Atom is great text editor for notes and such.
Re: Ask HN: What IDE do you use?
#13Re: Ask HN: What IDE do you use?
#14Atom/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?
#15Re: Ask HN: What IDE do you use?
#16Re: Ask HN: What IDE do you use?
#17Currently 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 :-)
Re: Ask HN: What IDE do you use?
#18Just kidding: Mostly RStudio (R), jupyter notebooks (python) and Sublime Text for everything else
Really liked Atom but it always crashed with big .txt files.