-
Notifications
You must be signed in to change notification settings - Fork 939
Closed
Description
The DocumentSymbol data type represents a symbol within a document. So far, the document's uri is implied from the call context.
It would be good to have an optional uri?: DocumentUri field to support usage of the data type in other scenarios, where the document uri cannot be implied from the call:
- outline (including inherited members)
- call hierarchy
- type hierarchy
See also
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels