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

support classpath resources in code completion for @Value annotation #1285

Closed
martinlippert opened this issue Jul 3, 2024 · 0 comments
Closed
Assignees
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: code completion type: enhancement

Comments

@martinlippert
Copy link
Member

At the moment, code completion for @Vallue supports Spring Boot property keys, but you can also use the classpath: prefix to load content from files into the annotated element. Code completion should take that into account and show up proposals for files from the classpath of the project.

@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 3, 2024
@martinlippert martinlippert added this to the 4.24.0.RELEASE milestone Jul 3, 2024
@martinlippert martinlippert self-assigned this Jul 3, 2024
martinlippert added a commit that referenced this issue Jul 3, 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