Textmate
Ask HN: Best code editor?
61–70 of 136 posts
Re: Ask HN: Best code editor?
#62Re: Ask HN: Best code editor?
#63Notepad. It's a simple, feature-rich, light-weight editor. The learning curve is long and steep though, but well worth it. I've been using if for 3 years now and still don't know all it's bells and whistles. Best of all it comes preinstalled on a lot of OSs so you don't have to go through a laborious install process.
Re: Ask HN: Best code editor?
#64Emacs. 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...
If I had used any other editor, it would have just been a text editor, and nothing more. With Emacs I could build real tools and multiply my effectiveness. If this job weren't Windows-only (yeah...) I would have used TextMate, but I think I'm better for forcing myself to learn Emacs.
Re: Ask HN: Best code editor?
#65vim
I'm curious if anyone is using vim on windows as the OP mentioned he is using Notepad++ and Visual Studio (both Windows environments)? If you are using vim, what has your experience been like?
You can use it natively, and it works fine too, but I really like my unix utils
Re: Ask HN: Best code editor?
#66Re: Ask HN: Best code editor?
#67vim
another +1, but you need to learn to use it properly. Tags, windows, changing files, external commands, macros, etc. It's not user friendly, in fact it's downright user hostile, but it's powerful, and written for hackers.
Re: Ask HN: Best code editor?
#68Eclipse
I have come to really appreciate Eclipse. It's come a long way since the first time I tried to use it. Eclipse, plus vim in a terminal window, take care of all of my editing needs.
Also, I'd recommend eclipse users (that are vim fans) to try out viplugin (http://www.viplugin.com/viplugin/). It is far from supporting all of vim's commands, but it has enough for me to feel comfortable.
Re: Ask HN: Best code editor?
#69Earlier quoted context omitted.
I'm curious if anyone is using vim on windows as the OP mentioned he is using Notepad++ and Visual Studio (both Windows environments)? If you are using vim, what has your experience been like?
Works fine. Unfortunately, developing without Unix stinks. and Cygwin is a hack (very slow). Vim is much more powerful with Unix tools on hand. I learned Vim on XP (no choice of OS, so it was the best choice).
http://unxutils.sourceforge.net/
Doing so, not only can I use them in vim (!sort, !ls, etc), but I also get a friendlier cmd :)
Re: Ask HN: Best code editor?
#70vim
http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial...