Live data from Hacker News

Ask HN: What code editor do you use?

news.ycombinator.com

41–50 of 144 posts

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

#42

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).

I finally settled on Komodo as well.

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

#43
Vim is like a virus that plants itself directly into your brain. Using it has crippled my ability to use "normal" text editors. No longer am I satisfied with default application navigation controls. I can't use a browser without Vimperator installed. How can this madness be stopped!?

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

#45
post #3

I somewhat suspect I'll be unique on this one here. I use nano full-time. I use it because it is simple, it gets the job done, and I don't find that I need anything more. It's true it's missing a couple of features commonly found in code editors. But when I start thinking code folding would be useful, I take it as a sign that this file is getting too large and would be better split. Nano also obeys the simple UI prin…

> Also contrary to popular belief, nano does support syntax highlighting - this just isn't enabled by default in most distros.

Did not know this! FYI, a bit of googling uncovered the following: http://code.google.com/p/nanosyntax/source/browse/trunk/synt...

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

#48
Eclispe for java. I could not imagine writing java without an IDE.

TextWrangler/BBEdit, for most other files. I like the built in support for sftp, so I can work remotely in a gui.

For the quick edits from the command line I use the old standby, vi.

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

#49
Your question's made me realise something I completely wasn't aware of! In my many years of coding I always seem to have 2 separate editors open: one for coding and one for editing.

Currently at work, it's eclipse for Java development, and Textpad for all quick editing, regular expressions, mass find/replace across files, large files, etc.

Post reply on HN