Live data from Hacker News

Ask HN: Best code editor?

news.ycombinator.com

71–80 of 136 posts

Re: Ask HN: Best code editor?

#71
I like writing things down with pen and paper, then running it through in my head. Once everything is perfect then i might touch a keyboard.

Manipulating things in the head is much quicker than anything else I've used.

Re: Ask HN: Best code editor?

#72
post #32

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

Urgh. I actually see people in my computer science classes use Notepad to write code... it pains me.

Re: Ask HN: Best code editor?

#74
In the last 2-3 years emacs has just improved and improved. Like most it originally took me 2-3 distinctive efforts to "go emacs", but it pays off. Emacs is just outstanding if you are a code slinger.

If your an admin and edit a couple of config files now and again, maybe VIM, though IMHO emacs is superior for even simple editing as well.

Emacs, Emacs, Emacs.

Re: Ask HN: Best code editor?

#77
gedit 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.

Post reply on HN