|
|
|
|
|
by throwaway2016a
3721 days ago
|
|
Just pointing out... autocomplete of Java code is completely doable in Vim. As are file trees and many things that IDEs offer. With that said, there are also plugins for many editors that make vim commands work in them. Which is a nice compromise if you like GUIs. |
|
It's the actual awareness of code you've previously written, the detection of possible issues before you compile--IDEs tend to read your code with you and help out a lot in many more ways... I suppose it's not "autocompletion" but I was hoping to successfully use that as an umbrella term.