Tagged Questions

This tag should be used for questions related to source code editors.

learn more… | top users | synonyms

973
votes
123answers
207k views

What IDE to use for Python? [closed]

Caution! This ancient question is from the early days of Stack Overflow, and while we recognize its historical significance and have thus chosen to keep it around, please realize that if a ...
262
votes
74answers
27k views

What are the dark corners of Vim your mom never told you about? [closed]

There is a plethora of questions where people talk about common tricks, notably "Vim+ctags tips and tricks". However, I don't refer to commonly used shortcuts that someone new to Vim would find cool. ...
258
votes
26answers
137k views

Good JavaScript IDE with jQuery support [closed]

I'm planning to start learning jQuery (among other things), so I'm looking for a good Javascript editor that can preferably provide some of the following features: Syntax coloring Contextual help ...
256
votes
51answers
194k views

Text editor to open big (giant, huge, large) text files [closed]

I mean 100+ MB big; such text files can push the envelope of editors. I need to look through a large XML file, but cannot if the editor is buggy. Any suggestions?
183
votes
11answers
111k views

Color Themes for Eclipse? [closed]

I am a recovering Emacs user, who is trying to ease into Eclipse usage. (Since I'm encouraging the rest of the team to use it, I guess I should at least try to get along). My current excuse is that ...
144
votes
38answers
120k views

What can I use as a Notepad++ alternative in Linux (Ubuntu)?

I got addicted to Notepad++ on Windows and I've recently moved to Ubuntu. I'm missing a tool as such.
130
votes
17answers
61k views

What's the best WYSIWYG Editor for use with jQuery? [closed]

I know there are a quite a few WYSIWYG HTML editors written in JavaScript, but most of them aren't written to take advantage of jQuery. I'm looking to use one in a project I'm working on, and I would ...
126
votes
16answers
100k views

What is the best HTML editor for Eclipse?

I was amazed to find out that apparently Eclipse doesn't come with a decent HTML editor by default (it opened my .html file in some kind of browser view and apparently tried to render it). And the ...
125
votes
22answers
102k views

What is a good Windows hex editor / viewer? [closed]

I am in need of a hex editor / viewer (viewer is more important than editing, but a plus if it can edit) for Windows. See KHexedit Requirements: Free is best View data at cursor as: byte, short, ...
95
votes
34answers
15k views

Is learning VIM worth the effort? [closed]

As a programmer I spend a lot of hours at the keyboard and I've been doing it for the last 12 years more or less. If there's something I've never gotten used to during all this time is these annoying ...
95
votes
19answers
27k views

How can I set up an editor to work with Git on Windows?

I'm trying out Git on Windows. I got to the point of trying "git commit" and I got this error: Terminal is dumb but no VISUAL nor EDITOR defined. Please supply the message using either -m or ...
94
votes
13answers
32k views

What are my IDE/Editor choices for Haskell?

I typically use Emacs with hasktags for editing Haskell but I would like to enumerate all the choices and hopefully get feedback on each. Emacs VIM Visual Haskell EclipseFP leksah SHIM (wasn't this ...
90
votes
39answers
18k views

Favorite (G)Vim plugins/scripts? [closed]

What are your favorite (G)Vim plugins/scripts?
90
votes
25answers
66k views

What Ruby IDE do you prefer? [closed]

I've been using Eclipse with RDT (not RadRails) a lot lately, and I'm quite happy with it, but I'm wondering if you guys know any decent alternatives. I know NetBeans also supports Ruby these days, ...
85
votes
60answers
9k views

What is the best way to force yourself to master vi? [closed]

A good while ago, I read an article by the creator of viemu, clearing up a lot of the misconceptions about vi, as well as explaining why it's a good idea (and why it's been very popular for the last ...
66
votes
8answers
18k views

Using vim's tabs like buffers

I have looked at the ability to use tabs in vim (with :tabe, :tabnew, etc.) as a replacement for my current practice of having many files open in the same window in hidden buffers. I would like every ...
62
votes
44answers
116k views

Best C++ IDE or Editor for Windows [closed]

What is the best C++ IDE or editor for using on Windows? I use Notepad++, but am missing IntelliSense from Visual Studio.
53
votes
15answers
77k views

Any good, visual HTML5 Editor or IDE?

Well it looks like Dreamweaver CS5 will try to smoother the HTML5 thing for a few more years (weeks actually). Seems like the next rung down is right to Notepad! Anyone know a good HTML5 editor with ...
49
votes
13answers
21k views

Is there a decent JSON editor around?

I'm looking for a JSON editor that is able to do syntax checking and outline view. Browser-based editors are not an option as they are clumsy for editing lots of local files. Eclipse plug-in would be ...
48
votes
14answers
45k views

Any online xml formatter or formatter in free text editor?

Any online xml formatters? Ones that properly indent the tags. Or any free Windows text editor which has a built-in xml formatter?
48
votes
26answers
7k views

Is it worth investing time in learning to use Emacs?

Right up front: I do not want to start a religious war. I've used vi for as long as I can remember, and the few times I've tried to pick up Emacs I've been so lost that I've quickly given up. Lots of ...
46
votes
18answers
18k views

What ever happened to Textmate 2? [closed]

What ever happened to Textmate 2?
44
votes
8answers
4k views

Open two instances of a file in single Visual Studio session

I have a file a xyz.cpp. I want to open two instances of a this file in Visual studio (btw I am using 2005). Why would I want to do so? I want to compare two sections of the same file side by side. I ...
43
votes
58answers
33k views

Best editor or IDE for Ruby? [closed]

I've heard so much about TextMate - The Missing Editor for Mac and that it is the best one for Ruby. What is your choice? And what is the best Ruby editor on Windows? E Text Editor?
40
votes
1answer
2k views

How to disable word-wrap in Xcode 4 editor?

I can't find how to disable word-wrap in Xcode 4 editor. How can I do it?
39
votes
11answers
15k views

Is there a Macro Recorder for Eclipse?

Anybody know of a good eclipse plugin for recording and playing back macros? I've tried this one, but it didn't do me any good- seemed like it wasn't ready for primetime. I know about editor ...
37
votes
3answers
8k views

How do I make git use the editor of my choice for commits?

For example, I would prefer to write my commit messages in vim, but it is opening emacs. How do I configure git to always use vim instead? Note that I want to do this globally, not just for a single ...
37
votes
13answers
20k views

Which text/code editor on Linux is most similar to TextMate?

I'm using TextMate on Mac OS X, which I am very happy with, but I would also like a nice editor on my Ubuntu box. So I have been looking for something like TextMate, which is very simplistic in its ...
36
votes
6answers
8k views

Using Emacs to recursively find and replace in text files not already open

As a follow-up to my question at http://stackoverflow.com/questions/269812/how-to-quickly-get-started-at-using-and-learning-emacs It's trying to find out how to do something like this which should be ...
36
votes
14answers
18k views

Clojure editor/IDE recommendations on Mac OS X

I am starting to learn the Clojure programming language. Are there any recommendations for Clojure editors/IDEs on Mac OS X? Update 2009-09-23: The Clojure space has changed tremendously since I ...
35
votes
16answers
40k views

Best JavaScript editor or IDE with IntelliSense and debugging (possibly)?

Which JavaScript editor is good? I need IntelliSense support for custom JavaScript code as well. If it supports debugging that would be a great value, and of course I need it. I searched too much on ...
34
votes
17answers
25k views

What's a good IDE to use for Lua?

I've got things minimally working in Scite... and a quick browse tells me that there is an Eclipse plugin and several other standalone editors, in addition to other general purpose editors with Lua ...
34
votes
12answers
28k views

How do I convert dos files to linux files in vim?

If I open files I created in windows, the lines all end with ^M. How do I delete them all in once?
34
votes
40answers
26k views

Mac text/code editor

I searched for this and found Maudite's question about text editors but they were all for Windows. As you have no doubt guessed, I am trying to find out if there are any text/code editors for the Mac ...
33
votes
66answers
6k views

What rare programming tools do you use?

What tools do you use that may be considered rare in that aspect that you have only seen a few people use it? It may be any tool that may be valuable for programmers. I myself use UPX on occasions.
33
votes
9answers
28k views

Eclipse JavaScript editor [closed]

I'm looking for opinions on the best JavaScript editor available as an Eclipse plugin. I've been using Spket, which is good, but I'm convinced there must be something better out there. Is there?
32
votes
11answers
6k views

How do you return from 'gf' in Vim

I am using Vim for windows installed in Unix mode. Thanks to this site I now use the gf command to go to a file under the cursor. I'm looking for a command to either: return to the previous file ...
32
votes
71answers
6k views

Windows-based Text Editors [closed]

Other than Notepad++, what text editor do you use to program in Windows?
31
votes
9answers
38k views

Is there a good JSP editor for Eclipse?

I need a nice JSP editor plugin for Eclipse. What are my choices?
30
votes
15answers
2k views

Has anyone ever attempted to re-imagine Vim?

Firstly, I want to state for the record that I am not attempting to be a troll, and I do not intend this question to be flamebait. I asked an earlier question in an attempt to discover what other ...
29
votes
10answers
8k views

Recommended Vim plugins for C coding?

What are the essential addons to help with editing C?
28
votes
15answers
3k views

Best editor for remote pair programming? [closed]

Do you know of an editor that allows two people to edit the same code simultaneously sitting at two different computers connected remotely? This can be used for code review e.t.c The platform could ...
28
votes
24answers
21k views

Ruby on Rails Editor for Windows

I love to use Textmate on my Mac at home but have a hard finding somehing to use at work (windows). What is the best editor to use for Ruby on Rails on windows that get you the closest look and feel ...
28
votes
19answers
9k views

How do I duplicate a whole line in Emacs?

I saw this same question for VIM and it has been something that I myself wanted to know how to do for Emacs. In ReSharper I use CTRL-D for this action. What is the least number of commands to perform ...
27
votes
2answers
2k views

Which Stack Overflow-style Markdown (WMD) JavaScript editor should I use?

Background I'm working on an application which requires user-entered content, and I've decided to use a Stack Overflow-style Markdown editor. After researching this topic for the last few days, I ...
27
votes
7answers
985 views

Am I crazy? (How) should I create a jQuery content editor?

Ok, so I created a CMS mainly aimed at Primary Schools. It's getting fairly popular in New Zealand but the one thing I hate with a passion is the largely bad quality of in browser WYSIWYG editors. ...
25
votes
4answers
21k views

can Notepad++ open up a file and folder browse panel?

i like Notepad++ because it is quick to start up, can support many languages, and it can even match a <div> with the </div> so that you can check when a <div> is matching the correct closing ...
25
votes
11answers
3k views

Which are the GNU Emacs modes/extensions you can't live without? [closed]

I have been using GNU Emacs for as long as I can remember. The Emacs modes I use regularly are: Tramp Template Color-theme Python VCS SLIME Paredit Uniquify RCIRC Org Which ones do you use?
24
votes
5answers
4k views

Turning off auto indent when pasting text into vim

Unfortunately, I am not an experienced vim user. But, I am making the effort to learn it. When I paste code into my document from the clipboard, I get extra spaces at the start of each new line: ...
24
votes
9answers
18k views

Is there a text editor that formats XML files nicely?

I know there are many: Notepad2, Notepad++, even UltraEdit... But I'm looking for a special feature. I want the editor to format my XML files for human understanding. When I open an XML file saved by ...

1 2 3 4 5 39