Live data from Hacker News

Ask HN: What code editor do you use?

news.ycombinator.com

21–30 of 144 posts

Re: Ask HN: What code editor do you use?

#22
eclipse. Why? Default for java. Some pluses... nice plugin based architecture, stable code. Autocomplete, refactoring, source code generation, etc. are not optional things when you're trying to do too much all the time. It's nice working in something that is pretty standard and offers you the ability to share styles etc.

Downsides.. IDE-ification of development. Slow startup time (wants SSD hybrid drive for this). Synchronizing plugin versions can be a pain in the ass. Fairly steep learning curve to advanced features.

Re: Ask HN: What code editor do you use?

#27
post #13

Sublime Text. It has the minimap. It has multiple cursors. It has macros. It has plugins. It has color schemes. It's simple. It's beautiful. It's actively developed. It's affordable. Downsides? It's Windows only.

http://www.sublimetext.com/features This looks like a great editor. It's proprietary, though. Damn. Why is it that, as with Opera, every now and then you find an amazing program which, even more amazingly, is closed-source? Emacs, however, offers minimap as well: http://www.emacswiki.org/emacs/MiniMap I wonder how well we did compared to Sublime.

MiniMap is an interesting feature. I'm a VIM user and it looks like we don't have it.

Re: Ask HN: What code editor do you use?

#28

Komodo Edit works well on all platforms and support 'scp' for file access.

Komodo Edit (Mac) with the Vim bindings turned on. It's lightweight with some advanced features like code completion and basic project management (find & replace in project, etc).

Re: Ask HN: What code editor do you use?

#29
post #27
post #13

Earlier quoted context omitted.

http://www.sublimetext.com/features This looks like a great editor. It's proprietary, though. Damn. Why is it that, as with Opera, every now and then you find an amazing program which, even more amazingly, is closed-source? Emacs, however, offers minimap as well: http://www.emacswiki.org/emacs/MiniMap I wonder how well we did compared to Sublime.

MiniMap is an interesting feature. I'm a VIM user and it looks like we don't have it.

http://www.vim.org/scripts/script.php?script_id=2888

You guys have it too.

Re: Ask HN: What code editor do you use?

#30
At work I use various flavors of Visual Studio (including VS.NET 2003 on Windows 7 http://technikhil.wordpress.com/2010/01/12/visual-studio-200...). For any quick editing and especially text manipulation it's notepad++ or emacs. I am trying to learn emacs but I am still not completely there yet - I use it for text editing mostly with some python editing.
Post reply on HN