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.
Ask HN: What code editor do you use?
81–90 of 144 posts
Re: Ask HN: What code editor do you use?
#82Re: Ask HN: What code editor do you use?
#83emacs. first job out of college, got put on a team that used emacs, so i learned emacs. things i love: non-modal interface (used vim in college, found myself frequently cursing its modes: "do what i think, not what i type!"); lives on every system i work on; does not require smelling salts after encounters with large files; insanely flexible and powerful things i hate: insanely flexible and powerful (i.e., large inve…
Re: Ask HN: What code editor do you use?
#84Worst part about using VS2008 is the intellisense for JavaScript, it's so bad it is actually a slight annoyance. Supposedly the JavaScript intellisense for Visual Studio 2010 is a lot better.
Re: Ask HN: What code editor do you use?
#85 vi I use to write my code for work,
It's modal and quite light, so quick to type
I'm glad to use it for the great big perk
That it lives up quite nicely to its hype
But emacs I do not so choose for me,
I fear the chords would sorely hurt my hands
And carpal tunnel is so bad you see
That misery makes it for me be banned.
I know this is not good according to
The cult of emacs users that I find
Would tell me to not speak until I knew
Why theirs was the best editor for mind
But I cannot agree with them and so
vi I use and now will say no mo!Re: Ask HN: What code editor do you use?
#86I used to use jEdit, which is still a very nice editor. And it ran on Mac/Unix/Windows, which was good because I moved among all three systems. But the last I looked (three or four years ago) development had stalled. And I got into a job where I periodically had to SSH to various Solaris boxes and edit on the console, in Vim. I knew just enough Vim to edit config files and simple shell scripts without too much pain.…
It's also just much lighter and goes with my preference of using the simplest tool that does the job.
Re: Ask HN: What code editor do you use?
#87I use Inconsolata font at 14pt and a modified Monokai theme (with darker background) whenever possible.
About once a year or so I decide I'm going to switch to vim. I spend about a week getting my vimrc and plugins set up and use it for a couple more weeks, before I eventually get sick of keyboard navigation and NERDTree and go back to TextMate. I know that with MacVim I get things like scrollwheel support and mouse navigation, but if I'm using those anyway I might as well use them in TextMate and get back my tab triggers and other shortcuts.
It's always good to brush up on vim once in a while though, since it often comes in handy when you need to edit config files on a server or when you are collaborating with a developer who uses vim exclusively. I also wish TextMate had split panes and some of the keyboard shortcuts (o, O, I, and A come to mind), but overall my productivity is better with TextMate.
Re: Ask HN: What code editor do you use?
#88The main good thing about vi is that it's ubiquitous. You really should know how to use it, at least cursorily.
You can certainly use emacs over ssh (and you know about ssh's X11 forwarding, which let's you run a remote pointy-clicky editor rendered locally?).
Depending on your network and the files you're playing with, sshfs might be a relevant tool to view the files "locally".
If the files are really big, man the "split" command.
Re: Ask HN: What code editor do you use?
#89emacs. first job out of college, got put on a team that used emacs, so i learned emacs. things i love: non-modal interface (used vim in college, found myself frequently cursing its modes: "do what i think, not what i type!"); lives on every system i work on; does not require smelling salts after encounters with large files; insanely flexible and powerful things i hate: insanely flexible and powerful (i.e., large inve…
Clearly, you should end your files with ".py".
> navigating code efficiently
Use xcscope, if your language is supported. Obvious, and you've probably tried it (and now, probably don't care), but worth mention, for others at least.
Re: Ask HN: What code editor do you use?
#90This is old but seems relevant: http://xkcd.com/378/