Symbols view should nest elements by their surrounding scope #1431
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: spring index & symbols
type: enhancement
Milestone
For a Spring MVC controller class like this:
the Spring Symbols view creates multiple top-level entries:
/path
It would be nice if the elements were nested inside each other. The parameter annotation as a nested node underneath the method, that in turn underneath the bean etc. Otherwise (and currently) you might end up with a gazillion of
@RequestParam
list entries that – without that contextual information – are not really helpful on their own.The text was updated successfully, but these errors were encountered: