|
|
|
|
|
by devinfoley
5474 days ago
|
|
I use vim for everything but Java. When it's Java time, I use Eclipse. In fact, if every language worked as well in Eclipse as Java does, I'd probably use Eclipse for everything (like I used to). The productivity gains you get from using Eclipse for Java vs a text editor (vim) are HUGE. This is not a fault of vim, it's a fault of Java for being so verbose. Example: you can move a method to a new class in Java, and Eclipse will go through your entire project and find all references to that method and update them for you. I guess it's the same reason C# and MS coders love Visual Studio so much. That said, I try to avoid using Java, and generally stick to vim. |
|
I'm not a power user of vim, but perhaps there are some kind of extensions for some of these things there?