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
https://spring.io/tools
Eclipse Public License 1.0
882 stars 206 forks source link

take property keys inside of annotations into account when looking for property key references #1397

Closed martinlippert closed 3 weeks ago

martinlippert commented 3 weeks ago

At the moment, find all references for property keys takes property files and YML files into account, but does not find property keys used in annotations like @Value and @ConditionalOnProperty. We need to add support for that.