I find myself wanting to auto-complete things that I import in the .java file I'm editing. So for example I'm working on Test.java
, and inside I have import java.util.List;
. Can I auto-complete (Ctrl+n) the methods inside the List interface so that when I do something like List l = new ArrayList(); l.<Ctrl+n>
the methods show up?
It may be possible to use Eclim to achieve this. I have no idea how usable this is, though.
(source: sourceforge.net)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With