senny/emacs-eclim

Completing static imports adds to much info

Opened this issue · 0 comments

Completing static imports adds all info about types instead of just a name of method or field. For fields it will be solved with #193 but static methods will need separate fix.

If there's way to force eclim to autoimport statics then it's easier to live with this issue. Usually for me situation looks like this:

public void methodName(@Nonnull String arg) {

}

And then I need to add @Nonnull. Unfortunatelly eclim doesn't have it in corrections nor do not want to import it so I'm doing it semi-manually.