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

quickfix not available where cursor lands by default on annotations #1992

Closed
maxandersen opened this issue Jun 23, 2021 · 0 comments · Fixed by eclipse-jdtls/eclipse.jdt.ls#1812
Assignees

Comments

@maxandersen
Copy link
Contributor

when you have code like:

@Inject
String myField;

and Inject is not imported vscode highlights just the class names, not the full @Inject.

This is all fine if your cursor is on the right part but for @Inject when navigating to that line your cursor will be on the @ part and here the quickfix does not work even though @ is part of the expression.

Expected Result

quick fix of annotations like @Inject should work when cursor is on @

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

Successfully merging a pull request may close this issue.

4 participants