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

improve type proposals for `ConditionalOnBean` with shorter labels #1386

Closed martinlippert closed 1 month ago

martinlippert commented 1 month ago

Code completion for @ConditionalOnBean (and @ConditionalOnMissingBean) shows the fully qualified name of the types in the proposal label. We should change this to show only the type name itself and show the fully qualified type name in the details of the proposal items.

martinlippert commented 1 month ago

Fixed with https://github.com/spring-projects/sts4/commit/f81f359ccabea19603fc209daa8419f717833109