The text-editor tag has no wiki summary.
21
votes
16answers
2k views
What justifies the use of an IDE versus a standard editor?
I find myself using my text editor of choice (vim, nano, gedit, pick your poison) much more often than any IDE as of late.
After noticing my ide shortcuts getting dusty I started to think about ...
26
votes
13answers
5k views
Must a programmer learn text editors like Emacs and Vim? How important are they?
I have been writing code so far in conventional text editors that come with the OS so far or use an IDE in some cases. I know there are some advanced text editors like Emacs and Vim available solely ...
22
votes
20answers
8k views
Time to drop Emacs and vi? [duplicate]
Every time you are looking for a text editor, no matter what language you are using, vi and Emacs are hall-of-famers.
However they are ancient, and we have better alternatives (at least I hope we ...
17
votes
14answers
851 views
What are your thoughts on online editors? [closed]
Currently, I'm an Emacs user, (I'm used to the commands, and I work in a bunch of different languages day-to-day, one of which is Common Lisp, so it's the natural choice), but a recent-ish talk by ...
15
votes
10answers
2k views
Why would you use vi/vim [duplicate]
I often see people express a preference for vi or vim for text editing or even for programming.
I've tried it and I can't see how it could possibly be any faster or easier. If you use one of them, ...