Skip to content

Symbols view should nest elements by their surrounding scope #1431

@odrotbohm

Description

@odrotbohm

For a Spring MVC controller class like this:

@Controller class MyController { @GetMapping("/path") void foo(@RequestParam String bar) { } }

the Spring Symbols view creates multiple top-level entries:

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions