Ask HN: Best code editor?
21–30 of 136 posts
Re: Ask HN: Best code editor?
#22Re: Ask HN: Best code editor?
#23It does have its faults (like any piece of software), but it can be very helpful.
Re: Ask HN: Best code editor?
#24vim
Re: Ask HN: Best code editor?
#25Re: Ask HN: Best code editor?
#26Re: Ask HN: Best code editor?
#27Otherwise people will just laugh at you behind your back. Or to your face.
Re: Ask HN: Best code editor?
#28vim
Re: Ask HN: Best code editor?
#29vim
I'm curious if anyone is using vim on windows as the OP mentioned he is using Notepad++ and Visual Studio (both Windows environments)? If you are using vim, what has your experience been like?
Re: Ask HN: Best code editor?
#30vim
another +1, but you need to learn to use it properly. Tags, windows, changing files, external commands, macros, etc. It's not user friendly, in fact it's downright user hostile, but it's powerful, and written for hackers.
Just because it's not the most discoverable interface doesn't mean it's user hostile. I wish more software designers would look at vim as an example. A text editor falls into the category of software which users spend a ton of time using. For those types of software a steeper learning curve is completely accpeptable if it means the users can operate the software without even consciously thinking about it once they've learned how to use it.