|
|
|
|
|
by misuse-permit
5478 days ago
|
|
> I love VIM and nothing can come close to the speed I can edit in VIM, esp. not anything you have to drive with a mouse A contrived example, but I'd like to see someone edit a Java project faster in VIM than I do in Eclipse. Look, I know how to use VIM better than the next guy (you'll just have to trust me on this), but when it comes to writing code for large projects I can't stand using VIM. It makes me feel like I'm looking through this tiny window to my code. Give me a mouse and a powerful IDE, and it's like I suddenly have a 10,000ft view of the world. |
|
All, that being said, I have heavily customized VIM with ctags, cscope, Command+T plugin and taglist.
Command+T alone is really worth it, you can open any file in the entire project structure by just typing a few letters (just like Eclipse's CTRL+SHIFT+t, but works on any file type).
With all these I can navigate code, and edit pretty much like I am in Eclipse, but unlike Eclipse this combo works for C,C++, Ruby, Python, Perl, Javascript etc. as well.