spring-projects / sts4

The next generation of tooling for Spring Boot, including support for Cloud Foundry manifest files, Concourse CI pipeline definitions, BOSH deployment manifests, and more... - Available for Eclipse, Visual Studio Code, and Theia

Home Page:https://spring.io/tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support classpath resources in code completion for `@Value` annotation

martinlippert opened this issue · comments

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.