I 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.…
Ask HN: What code editor do you use?
111–120 of 144 posts
Re: Ask HN: What code editor do you use?
#112Earlier quoted context omitted.
If you like Eclipse and miss some of its features in Visual Studio I can really recommend Studio Tools: http://submain.com/products/studiotools.aspx I used to run Resharper when I used Visual Studio 2005, but with 2008 there's much less need for it.
There's one thing I lack for Visual Studio though, and that is the ability to highlight a searchterm in a file. Anyone knows of a simple way of getting that?
Re: Ask HN: What code editor do you use?
#113Notepad++ because it's relatively simple and gets the job done. I like unbloated minimalism.
Re: Ask HN: What code editor do you use?
#114Earlier quoted context omitted.
If you like Eclipse and miss some of its features in Visual Studio I can really recommend Studio Tools: http://submain.com/products/studiotools.aspx I used to run Resharper when I used Visual Studio 2005, but with 2008 there's much less need for it.
There's one thing I lack for Visual Studio though, and that is the ability to highlight a searchterm in a file. Anyone knows of a simple way of getting that?
It also has vi-style regex searches, and it also highlights matches in that search mode.
Re: Ask HN: What code editor do you use?
#115Re: Ask HN: What code editor do you use?
#116Re: Ask HN: What code editor do you use?
#117I use TextMate for most things, Espresso for working on HTML mailers and (some) static sites, XCode for iPhone/iPad, and Eclipse for my most hated projects (Adobe Flex/AIR mostly. I don't hate Flex, I just hate Eclipse). I 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 vi…
Re: Ask HN: What code editor do you use?
#118Eclispe 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?
#119Earlier 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.
These days, I'm actually more amazed when I find an amazing desktop program which is open-source. Maybe it's just because opinionated software appeals to me.
Re: Ask HN: What code editor do you use?
#120Earlier quoted context omitted.
Thanks for the links. I don't mean to start a holy war, though they are fun :) I'm looking more for a reasoned discussion of the pros and cons of different editing environments.
> though they are fun not the fifty thousandth time.