Ask HN: Best code editor?
81–90 of 136 posts
Re: Ask HN: Best code editor?
#82vim
[Original source seems to be unavailable at the moment]:
Interview with Bill Joy, August 1984, Unix Review magazine http://74.125.95.132/search?q=cache:N14AkASeqMoJ:www.cs.pdx....
Re: Ask HN: Best code editor?
#83Re: Ask HN: Best code editor?
#84Visual Studio 2008 - Love it. I don't notice any load-time issues, but maybe thats because I never close it.
Re: Ask HN: Best code editor?
#85Visual Studio 2008 - Love it. I don't notice any load-time issues, but maybe thats because I never close it.
I'm a huge fan of VS as well. When I'm at home on my personal machine, it's always a bit of a letdown when Intellisense doesn't kick in...
Re: Ask HN: Best code editor?
#86Ultraedit isn't bad, but it's not in quite the same class as Codewright.
Re: Ask HN: Best code editor?
#87gedit didn't make the list yet? for shame! syntax highlighting, auto-indentation, line numbers, multi-line tab, multi-line comments (with a plugin), installed whether you want it or not with ubuntu.
but for people who are asking about textmate for linux... it's called gedit.
Re: Ask HN: Best code editor?
#88Earlier quoted context omitted.
vim is one of the most user friendly pieces of software I have ever used. The interface is incredibly efficient. The designers put great effort into making sure that common tasks were one or two keystrokes that usually don't even require moving your fingers off the home row. Just because it's not the most discoverable interface doesn't mean it's user hostile. I wish more software designers would look at vim as an exa…
Reading this crystalised some thoughts I've had for a long time, but never been able to express clearly. Yes, vim is a non-discoverable interface. http://www.google.com/search?q=discoverable+interface ( Side note: from that search I found this: http://www.catb.org/~esr/writings/taouu/html/ch01s01.html There it lists "... concision, expressiveness, ease, transparency, and scriptability." It then expands on each, but m…
For me "discover" means "edit without the mouse." Once you do that, you're hooked - you can discover the voodoo magic at your leisure, from then on.
Re: Ask HN: Best code editor?
#89Emacs. And yes, I'm very satisfied with it. Everytime I see a feature in another editor I like, EmacsWiki usually has an implementation or guide. Plus emacs has org-mode...
http://github.com/technomancy/emacs-starter-kit
The starter kit serves as your .emacs.d and comes with some useful modes and easy customization.
I'm not yet maximizing all of the modes, but I am more productive than I've been in other editors, especially when it comes to switching between many open files with a few keystrokes.