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

add support for @Named annotation #1313

Closed
martinlippert opened this issue Jul 25, 2024 · 1 comment
Closed

add support for @Named annotation #1313

martinlippert opened this issue Jul 25, 2024 · 1 comment
Assignees
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: code completion theme: spring index & symbols type: enhancement

Comments

@martinlippert
Copy link
Member

We should support the @Named annotation with:

  • specific bean symbol (similar to @Component)
  • register bean definition in the bean index (including injection points, again similar to @Component)
@martinlippert martinlippert added type: enhancement theme: spring index & symbols for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode labels Jul 25, 2024
@martinlippert martinlippert added this to the 4.25.0.RELEASE milestone Jul 25, 2024
@martinlippert martinlippert self-assigned this Sep 3, 2024
@martinlippert
Copy link
Member Author

This should also include:

  • auto completion for the value of the annotation (bean names as well as otherwise mentioned values of the same annotation, similar to the @Qualifier annotation)
  • go to definition (if a bean name is referenced)
  • find references (all occurrences of the the value)

martinlippert added a commit that referenced this issue Sep 3, 2024
… definition for Named annotation usage in Spring apps
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 theme: spring index & symbols type: enhancement
Projects
None yet
Development

No branches or pull requests

1 participant