emacs-eclim icon indicating copy to clipboard operation
emacs-eclim copied to clipboard

Completing static imports adds to much info

Open kleewho opened this issue 10 years ago • 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 https://github.com/senny/emacs-eclim/issues/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.

kleewho avatar Jul 08 '15 21:07 kleewho