-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Open
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityoutlineSource outline view issuesSource outline view issues
Milestone
Description
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):
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityoutlineSource outline view issuesSource outline view issues
