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

support Go To Definition for types in `ConditionalOnBean`/ `ConditionalOnMissingBean` attributes #1382

Closed martinlippert closed 1 month ago

martinlippert commented 1 month ago

People can have types as strings mentioned in ConditionalOnBean and ConditionalOnMissingBean attributes, so the "Go To Definition" functionality should work for those attributes, too.

martinlippert commented 1 month ago

Already works, Java language tooling is providing navigation for this case.