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

show only bean name proposals on qualifier annotations when type matches #1376

Open
martinlippert opened this issue Oct 9, 2024 · 0 comments
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: code completion type: enhancement
Milestone

Comments

@martinlippert
Copy link
Member

At the moment, the content-assist for the qualifier annotation shows up bean names and existing qualifier values, independent of the exact definition of the injection point. We could trim down the list of proposals by listing only those bean names that match the type of the injection point.

As another step we could also reduce the list of existing qualifier values to those that where used on bean definitions that match the given type of the injection point.

@martinlippert martinlippert added type: enhancement for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: code completion labels Oct 9, 2024
@martinlippert martinlippert added this to the Backlog milestone Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: code completion type: enhancement
Projects
None yet
Development

No branches or pull requests

1 participant