Ask HN: What code-editor do you use?
I have been using Coda for a while and like it but it has its limitations. Just curious what editor is popular among coders today.
Extra credit if you also tell me your favorite language.
Extra credit if you also tell me your favorite language.
42 comments
[ 1.9 ms ] story [ 88.0 ms ] threadI also routinely use Vim on the server and my local machine.
I waste maybe 1-5% of my time on inefficiencies regarding my editor. It's a low priority decision to me.
I used Sublime a little recently for some HTML and CSS. It may be a better choice for some HTML and CSS, in some or most cases.
Favourite languages: Used to be C but now Ruby, as paradoxical as that sounds.
python, javascript, LaTeX : Geany in linux, notepad++ in windows.
I also use gedit to quickly edit files sometimes, but Geany has a lot of extra IDE like stuff.
Favourite language...either Javascript or C# at the moment. Not even kidding.
It's great at matching parenthesis, braces and brckets, provides popup tips on commands and functions (including defined) as you code, can customize syntax highlighting, does some proactive error checking and the file manager is good. Doesn't do upload well.
Used to use Quanta Plus - what I miss from that was the better speed, drag and drop tags (drop an image from your tree into your source - instant img tag.) Better PHP example popups, easier color tag editing, nice preview/WYSIWYG editor pane and decent printout (aptana printing is formatted lousy, and sublime is literally non-existent) And better file transport (pre KDE 4)
Wait for the sale.
N++, IntelliJ and Eclipse on Windows and gedit, gvim on Linux at office.
Favourite language: Python (which I am learning). BTW I work with Java and C/C++(little) on Android platform.
The best part about sublime text are the small add ons. Also, if you know Python, you can write your own add ons right in the editor console itself.
Favourite Language: C but by profession am a web developer so I mostly deal with JS, CSS3, PHP etc.
Python
Tried it years ago and absolutely hated it, then last year I saw a screenshot of someone's org-mode setup and thought I'd give it another go. Since then it's become my main editor for coding, project organization, diet tracking and more.
My favorite language is C, but I'm doing mainly web front-end work now.
Emacs is an amazing program, but really is awful without EVIL/Paredit. I don't really like the commands chaining and actually find it hurts my wrists after a day in Emacs mode. If anyone has any advice on how to maximize emacs I would love to hear them!
When I used a traditional keyboard layout. I bound the key immediately to the left and right of space as control. Similar to the space-cadet keyboard: http://upload.wikimedia.org/wikipedia/commons/4/47/Space-cad...
This allows you to use the relatively strong thumbs to activate the commonly used ctrl key. I now use a Kinesis advantage pro which similarly allows the thumbs to activate many commonly used keys.
Now I only use: Vim + Sublime