Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OutlineAdapter

Adapts the calls from main to extension thread for providing the document symbols.

Hierarchy

  • OutlineAdapter

Index

Constructors

constructor

Methods

provideDocumentSymbols

  • provideDocumentSymbols(resource: URI, token: CancellationToken): Promise<undefined | DocumentSymbol[]>

Static Private asDocumentSymbolTree

Static Private containsRange

  • containsRange(range: Range, otherRange: Range): boolean

Static Private equalsRange