The text-editor tag has no wiki summary.
25
votes
16answers
4k 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 ...
33
votes
12answers
12k views
Must a programmer learn text editors like Emacs and Vim? How important are they? [duplicate]
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 ...
28
votes
20answers
19k 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
904 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 ...
16
votes
10answers
5k 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, ...