We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
It looks like if there are statements behind the cursor position, the autowire bean proposals do not show up:
public void foo() { this.<*> System.out.println("something"); }
It works just for empty bodies, e.g.:
public void foo() { this.<*> }
and it seems to also work fine if there are statements before the cursor position, e.g.:
public void foo() { System.out.println("something"); this.<*> }
The text was updated successfully, but these errors were encountered:
Should be fixed with 1630eb1
Sorry, something went wrong.
BoykoAlex
No branches or pull requests
It looks like if there are statements behind the cursor position, the autowire bean proposals do not show up:
It works just for empty bodies, e.g.:
and it seems to also work fine if there are statements before the cursor position, e.g.:
The text was updated successfully, but these errors were encountered: