Skip to content

Add uri?: DocumentUri to DocumentSymbol #582

@svenefftinge

Description

@svenefftinge

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions