support classpath resources in code completion for @Value
annotation
#1285
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: code completion
type: enhancement
Milestone
At the moment, code completion for
@Vallue
supports Spring Boot property keys, but you can also use theclasspath:
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.The text was updated successfully, but these errors were encountered: