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

internal index needs more precise location information for annotations and their attributes #1400

Closed martinlippert closed 2 weeks ago

martinlippert commented 3 weeks ago

At the moment, the index contains precise location information for beans and injection points, but not on the more fine-grained level of annotations and their attributes. In order to implement more precise results when users search for references, we need to add more precise location information to those annotation and attribute elements in the index.

martinlippert commented 2 weeks ago

The basic infrastructure is in place and used by the "find all references" features for various annotations.