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 find references support for property keys in @Value annotation #1306

Closed
martinlippert opened this issue Jul 25, 2024 · 1 comment
Closed
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode status: duplicate theme: code completion type: enhancement

Comments

@martinlippert
Copy link
Member

Auto completion and go to definition support already exists for property keys in @Value annotations. We need to add support for find references (all references to the property key in the code, including @ConditionalOnProperty annotation prefix/values, property files, etc.)

The same logic should be re-used across the different annotations referring to properties (and probably even for find references logic in property files themselves as well).

@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 Jul 25, 2024
@martinlippert martinlippert added this to the 4.26.0.RELEASE milestone Jul 25, 2024
@martinlippert
Copy link
Member Author

Already implemented for a long time. Closing this.

@martinlippert martinlippert closed this as not planned Won't fix, can't repro, duplicate, stale Nov 13, 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 status: duplicate theme: code completion type: enhancement
Projects
None yet
Development

No branches or pull requests

1 participant