Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completing static imports adds to much info #201

Open
kleewho opened this issue Jul 8, 2015 · 0 comments
Open

Completing static imports adds to much info #201

kleewho opened this issue Jul 8, 2015 · 0 comments

Comments

@kleewho
Copy link
Collaborator

kleewho commented Jul 8, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant