Skip to content

Support displaying inherited members in outline view #157461

@jdneo

Description

@jdneo

In most programming languages like Java, a class usually have inherited members. Popular Java IDEs can show those inherited members in the outline views (with a switch button to control whether to display those inherited members):

image

While this is not feasible in VS Code because the type DocumentSymbol only has the field to specify range, but no uri. Seems that there is no way to point to a location which is out of current active document.

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalityoutlineSource outline view issues

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions