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
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.
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.