• vscode namespace API
    • commands
      • Functions
  • env
    • Variables
  • extensions
    • Variables
    • Functions
  • languages
    • Functions
  • window
    • Variables
    • Events
    • Functions
  • workspace
    • Variables
    • Events
    • Functions
  • CancellationToken" level="3">CancellationToken
    • Properties
  • CancellationTokenSource" level="3">CancellationTokenSource
    • Properties
    • Methods
  • CharacterPair" level="3">CharacterPair
  • CodeActionContext" level="3">CodeActionContext
    • Properties
  • CodeActionProvider" level="3">CodeActionProvider
    • Methods
  • CodeLens" level="3">CodeLens
    • Constructors
    • Properties
  • CodeLensProvider" level="3">CodeLensProvider
    • Methods
  • Command" level="3">Command
    • Properties
  • CommentRule" level="3">CommentRule
    • Properties
  • CompletionItem" level="3">CompletionItem
    • Constructors
    • Properties
  • CompletionItemKind" level="3">CompletionItemKind
    • Enumeration members
  • CompletionItemProvider" level="3">CompletionItemProvider
    • Methods
  • CompletionList" level="3">CompletionList
    • Constructors
    • Properties
  • DecorationOptions" level="3">DecorationOptions
    • Properties
  • DecorationRenderOptions" level="3">DecorationRenderOptions
    • Properties
  • Definition" level="3">Definition
  • DefinitionProvider" level="3">DefinitionProvider
    • Methods
  • Diagnostic" level="3">Diagnostic
    • Constructors
    • Properties
  • DiagnosticCollection" level="3">DiagnosticCollection
    • Properties
    • Methods
  • DiagnosticSeverity" level="3">DiagnosticSeverity
    • Enumeration members
  • Disposable" level="3">Disposable
    • Static
    • Constructors
    • Methods
  • DocumentFilter" level="3">DocumentFilter
    • Properties
  • DocumentFormattingEditProvider" level="3">DocumentFormattingEditProvider
    • Methods
  • DocumentHighlight" level="3">DocumentHighlight
    • Constructors
    • Properties
  • DocumentHighlightKind" level="3">DocumentHighlightKind
    • Enumeration members
  • DocumentHighlightProvider" level="3">DocumentHighlightProvider
    • Methods
  • DocumentRangeFormattingEditProvider" level="3">DocumentRangeFormattingEditProvider
    • Methods
  • DocumentSelector" level="3">DocumentSelector
  • DocumentSymbolProvider" level="3">DocumentSymbolProvider
    • Methods
  • EnterAction" level="3">EnterAction
    • Properties
  • Event<T>" level="3">Event<T>
  • EventEmitter<T>" level="3">EventEmitter<T>
    • Properties
    • Methods
  • Extension<T>" level="3">Extension<T>
    • Properties
    • Methods
  • ExtensionContext" level="3">ExtensionContext
    • Properties
    • Methods
  • FileSystemWatcher" level="3">FileSystemWatcher
    • Events
    • Static
    • Constructors
    • Properties
    • Methods
  • FormattingOptions" level="3">FormattingOptions
    • Properties
  • Hover" level="3">Hover
    • Constructors
    • Properties
  • HoverProvider" level="3">HoverProvider
    • Methods
  • IndentAction" level="3">IndentAction
    • Enumeration members
  • IndentationRule" level="3">IndentationRule
    • Properties
  • InputBoxOptions" level="3">InputBoxOptions
    • Properties
  • LanguageConfiguration" level="3">LanguageConfiguration
    • Properties
  • Location" level="3">Location
    • Constructors
    • Properties
  • MarkedString" level="3">MarkedString
  • Memento" level="3">Memento
    • Methods
  • MessageItem" level="3">MessageItem
    • Properties
  • OnEnterRule" level="3">OnEnterRule
    • Properties
  • OnTypeFormattingEditProvider" level="3">OnTypeFormattingEditProvider
    • Methods
  • OutputChannel" level="3">OutputChannel
    • Properties
    • Methods
  • OverviewRulerLane" level="3">OverviewRulerLane
    • Enumeration members
  • ParameterInformation" level="3">ParameterInformation
    • Constructors
    • Properties
  • Position" level="3">Position
    • Constructors
    • Properties
    • Methods
  • QuickPickItem" level="3">QuickPickItem
    • Properties
  • QuickPickOptions" level="3">QuickPickOptions
    • Events
    • Properties
  • Range" level="3">Range
    • Constructors
    • Properties
    • Methods
  • ReferenceContext" level="3">ReferenceContext
    • Properties
  • ReferenceProvider" level="3">ReferenceProvider
    • Methods
  • RenameProvider" level="3">RenameProvider
    • Methods
  • Selection" level="3">Selection
    • Constructors
    • Properties
    • Methods
  • SignatureHelp" level="3">SignatureHelp
    • Properties
  • SignatureHelpProvider" level="3">SignatureHelpProvider
    • Methods
  • SignatureInformation" level="3">SignatureInformation
    • Constructors
    • Properties
  • StatusBarAlignment" level="3">StatusBarAlignment
    • Enumeration members
  • StatusBarItem" level="3">StatusBarItem
    • Properties
    • Methods
  • SymbolInformation" level="3">SymbolInformation
    • Constructors
    • Properties
  • SymbolKind" level="3">SymbolKind
    • Enumeration members
  • TextDocument" level="3">TextDocument
    • Properties
    • Methods
  • TextDocumentChangeEvent" level="3">TextDocumentChangeEvent
    • Properties
  • TextDocumentContentChangeEvent" level="3">TextDocumentContentChangeEvent
    • Properties
  • TextDocumentContentProvider" level="3">TextDocumentContentProvider
    • Events
    • Methods
  • TextEdit" level="3">TextEdit
    • Static
    • Constructors
    • Properties
  • TextEditor" level="3">TextEditor
    • Properties
    • Methods
  • TextEditorDecorationType" level="3">TextEditorDecorationType
    • Properties
    • Methods
  • TextEditorEdit" level="3">TextEditorEdit
    • Methods
  • TextEditorOptions" level="3">TextEditorOptions
    • Properties
  • TextEditorOptionsChangeEvent" level="3">TextEditorOptionsChangeEvent
    • Properties
  • TextEditorRevealType" level="3">TextEditorRevealType
    • Enumeration members
  • TextEditorSelectionChangeEvent" level="3">TextEditorSelectionChangeEvent
    • Properties
  • TextEditorViewColumnChangeEvent" level="3">TextEditorViewColumnChangeEvent
    • Properties
  • TextLine" level="3">TextLine
    • Properties
  • ThemableDecorationRenderOptions" level="3">ThemableDecorationRenderOptions
    • Properties
  • Uri" level="3">Uri
    • Static
    • Properties
    • Methods
  • ViewColumn" level="3">ViewColumn
    • Enumeration members
  • WorkspaceConfiguration" level="3">WorkspaceConfiguration
    • Methods
  • WorkspaceEdit" level="3">WorkspaceEdit
    • Properties
    • Methods
  • WorkspaceSymbolProvider" level="3">WorkspaceSymbolProvider
    • Methods

    vscode namespace API

    commands

    Namespace for dealing with commands. In short, a command is a function with a
    unique identifier. The function is sometimes also called command handler.


    Commands can be added to the editor using the registerCommand
    and registerTextEditorCommand functions. Commands
    can be executed manually or from a UI gesture. Those are:



    • palette - Use the commands-section in package.json to make a command show in
      the command palette.

    • keybinding - Use the keybindings-section in package.json to enable
      keybindings
      for your extension.


    Commands from other extensions and from the editor itself are accessible to an extension. However,
    when invoking an editor command not all argument types are supported.


    This is a sample that registers a command handler and adds an entry for that command to the palette. First
    register a command handler with the identfier extension.sayHello.



    1. commands.registerCommand(extension.sayHello, () => {
      window.showInformationMessage(Hello World!’);
      });

    Second, bind the command identfier to a title under which it will show in the palette (package.json).



    1. {
      contributes“: {
      commands“: [{
      command“: extension.sayHello,
      title“: Hello World
      }]
      }


    Functions

    executeCommand<T>(command: string, rest: any[]): Thenable<T>


    Executes the command denoted by the given command identifier.


    When executing an editor command not all types are allowed to
    be passed as arguments. Allowed are the primitive types string, boolean,
    number, undefined, and null, as well as classes defined in this API.
    There are no restrictions when executing commands that have been contributed
    by extensions.










    ParameterDescription
    command: string

    Identifier of the command to execute.


    rest: any[]

    Parameters passed to the command function.


    ReturnsDescription
    Thenable<T>

    A thenable that resolves to the returned value of the given command. undefined when
    the command handler function doesn't return anything.




    getCommands(filterInternal?: boolean): Thenable<string[]>


    Retrieve the list of all available commands. Commands starting an underscore are
    treated as internal commands.









    ParameterDescription
    filterInternal?: boolean

    Set true to not see internal commands (starting with an underscore)


    ReturnsDescription
    Thenable<string[]>

    Thenable that resolves to a list of command ids.




    registerCommand(command: string, callback: (args: any[]) => any, thisArg?: any): Disposable


    Registers a command that can be invoked via a keyboard shortcut,
    a menu item, an action, or directly.


    Registering a command with an existing command identifier twice
    will cause an error.











    ParameterDescription
    command: string

    A unique identifier for the command.


    callback: (args: any[]) => any

    A command handler function.


    thisArg?: any

    The this context used when invoking the handler function.


    ReturnsDescription
    Disposable

    Disposable which unregisters this command on disposal.




    registerTextEditorCommand(command: string, callback: (textEditor: TextEditor, edit: TextEditorEdit) => void, thisArg?: any): Disposable


    Registers a text editor command that can be invoked via a keyboard shortcut,
    a menu item, an action, or directly.


    Text editor commands are different from ordinary commands as
    they only execute when there is an active editor when the command is called. Also, the
    command handler of an editor command has access to the active editor and to an
    edit-builder.











    ParameterDescription
    command: string

    A unique identifier for the command.


    callback: (textEditor: TextEditor, edit: TextEditorEdit) => void

    A command handler function with access to an editor and an edit.


    thisArg?: any

    The this context used when invoking the handler function.


    ReturnsDescription
    Disposable

    Disposable which unregisters this command on disposal.




    env

    Namespace describing the environment the editor runs in.


    Variables

    language: string


    Represents the preferred user-language, like de-CH, fr, or en-US.



    • readonly



    machineId: string


    A unique identifier for the computer.



    • readonly



    sessionId: string


    A unique identifier for the current session.
    Changes each time the editor is started.



    • readonly



    extensions

    Namespace for dealing with installed extensions. Extensions are represented
    by an extension-interface which allows to reflect on them.


    Extension writers can provide APIs to other extensions by returning their API public
    surface from the activate-call.



    1. export function activate(context: vscode.ExtensionContext) {
      let api = {
      sum(a, b) {
      return a + b;
      },
      mul(a, b) {
      return a * b;
      }
      };
      // ‘export’ public api-surface
      return api;
      }

    When depending on the API of another extension add an extensionDependency-entry
    to package.json, and use the getExtension-function
    and the exports-property, like below:



    1. let mathExt = extensions.getExtension(genius.math);
      let importedApi = mathExt.exports;

      console.log(importedApi.mul(42, 1));

    Variables

    all: Extension<any>[]


    All extensions currently known to the system.



    Functions

    getExtension(extensionId: string): Extension<any>


    Get an extension by its full identifier in the form of: publisher.name.









    ParameterDescription
    extensionId: string

    An extension identifier.


    ReturnsDescription
    Extension<any>

    An extension or undefined.




    getExtension<T>(extensionId: string): Extension<T>


    Get an extension its full identifier in the form of: publisher.name.









    ParameterDescription
    extensionId: string

    An extension identifier.


    ReturnsDescription
    Extension<T>

    An extension or undefined.




    languages

    Namespace for participating in language-specific editor features,
    like IntelliSense, code actions, diagnostics etc.


    Many programming languages exist and there is huge variety in syntaxes, semantics, and paradigms. Despite that, features
    like automatic word-completion, code navigation, or code checking have become popular across different tools for different
    programming languages.


    The editor provides an API that makes it simple to provide such common features by having all UI and actions already in place and
    by allowing you to participate by providing data only. For instance, to contribute a hover all you have to do is provide a function
    that can be called with a TextDocument and a Position returning hover info. The rest, like tracking the
    mouse, positioning the hover, keeping the hover stable etc. is taken care of by the editor.



    1. languages.registerHoverProvider(javascript, {
      provideHover(document, position, token) {
      return new Hover(I am a hover!’);
      }
      });

    Registration is done using a document selector which is either a language id, like javascript or
    a more complex filter like { language: 'typescript', scheme: 'file' }. Matching a document against such
    a selector will result in a score that is used to determine if and how a provider shall be used. When
    scores are equal the provider that came last wins. For features that allow full arity, like hover,
    the score is only checked to be >0, for other features, like IntelliSense the
    score is used for determining the order in which providers are asked to participate.


    Functions

    createDiagnosticCollection(name?: string): DiagnosticCollection


    Create a diagnostics collection.









    ParameterDescription
    name?: string

    The name of the collection.


    ReturnsDescription
    DiagnosticCollection

    A new diagnostic collection.




    getLanguages(): Thenable<string[]>


    Return the identifiers of all known languages.







    ReturnsDescription
    Thenable<string[]>

    Promise resolving to an array of identifier strings.




    match(selector: DocumentSelector, document: TextDocument): number


    Compute the match between a document selector and a document. Values
    greater than zero mean the selector matches the document. The more individual matches a selector
    and a document have, the higher the score is. These are the abstract rules given a selector:



    1. (1) When selector is an array, return the maximum individual result.
      (2) When selector is a string match that against the languageId.
      (2.1) When both are equal score is <span class="hljs-number">10</span>,
      (2.2) When the selector is * score is <span class="hljs-number">5</span>,
      (2.3) Else score is <span class="hljs-number">0</span>.
      (3) When selector is a filter every property must score higher <span class="hljs-number">0</span>. Iff the score is the sum of the following:
      (3.1) When language is set apply rules from #2, when <span class="hljs-number">0</span> the total score is <span class="hljs-number">0</span>.
      (3.2) When scheme is set and equals the uri-scheme add <span class="hljs-number">10</span> to the score, else the total score is <span class="hljs-number">0</span>.
      (3.3) When pattern is set
      (3.3.1) pattern eqauls the uri-fsPath add <span class="hljs-number">10</span> to the score,
      (3.3.1) if the pattern matches as glob-pattern add <span class="hljs-number">5</span> to the score,
      (3.3.1) the total score is <span class="hljs-number">0</span>








    ParameterDescription
    selector: DocumentSelector

    A document selector.


    document: TextDocument

    A text document.


    ReturnsDescription
    number

    A number >0 when the selector matches and 0 when the selector does not match.




    registerCodeActionsProvider(selector: DocumentSelector, provider: CodeActionProvider): Disposable


    Register a code action provider.


    Multiple providers can be registered for a language. In that case providers are asked in
    parallel and the results are merged. A failing provider (rejected promise or exception) will
    not cause a failure of the whole operation.










    ParameterDescription
    selector: DocumentSelector

    A selector that defines the documents this provider is applicable to.


    provider: CodeActionProvider

    A code action provider.


    ReturnsDescription
    Disposable

    A disposable that unregisters this provider when being disposed.




    registerCodeLensProvider(selector: DocumentSelector, provider: CodeLensProvider): Disposable


    Register a code lens provider.


    Multiple providers can be registered for a language. In that case providers are asked in
    parallel and the results are merged. A failing provider (rejected promise or exception) will
    not cause a failure of the whole operation.










    ParameterDescription
    selector: DocumentSelector

    A selector that defines the documents this provider is applicable to.


    provider: CodeLensProvider

    A code lens provider.


    ReturnsDescription
    Disposable

    A disposable that unregisters this provider when being disposed.




    registerCompletionItemProvider(selector: DocumentSelector, provider: CompletionItemProvider, triggerCharacters: string[]): Disposable


    Register a completion provider.


    Multiple providers can be registered for a language. In that case providers are sorted
    by their score and groups of equal score are sequentially asked for
    completion items. The process stops when one or many providers of a group return a
    result. A failing provider (rejected promise or exception) will not fail the whole
    operation.











    ParameterDescription
    selector: DocumentSelector

    A selector that defines the documents this provider is applicable to.


    provider: CompletionItemProvider

    A completion provider.


    triggerCharacters: string[]

    Trigger completion when the user types one of the characters, like . or :.


    ReturnsDescription
    Disposable

    A disposable that unregisters this provider when being disposed.




    registerDefinitionProvider(selector: DocumentSelector, provider: DefinitionProvider): Disposable


    Register a definition provider.


    Multiple providers can be registered for a language. In that case providers are asked in
    parallel and the results are merged. A failing provider (rejected promise or exception) will
    not cause a failure of the whole operation.










    ParameterDescription
    selector: DocumentSelector

    A selector that defines the documents this provider is applicable to.


    provider: DefinitionProvider

    A definition provider.


    ReturnsDescription
    Disposable

    A disposable that unregisters this provider when being disposed.




    registerDocumentFormattingEditProvider(selector: DocumentSelector, provider: DocumentFormattingEditProvider): Disposable


    Register a formatting provider for a document.


    Multiple providers can be registered for a language. In that case providers are sorted
    by their score and the result of best-matching provider is used. Failure
    of the selected provider will cause a failure of the whole operation.










    ParameterDescription
    selector: DocumentSelector

    A selector that defines the documents this provider is applicable to.


    provider: DocumentFormattingEditProvider

    A document formatting edit provider.


    ReturnsDescription
    Disposable

    A disposable that unregisters this provider when being disposed.




    registerDocumentHighlightProvider(selector: DocumentSelector, provider: DocumentHighlightProvider): Disposable


    Register a document highlight provider.


    Multiple providers can be registered for a language. In that case providers are sorted
    by their score and groups sequentially asked for document highlights.
    The process stops when a provider returns a non-falsy or non-failure result.










    ParameterDescription
    selector: DocumentSelector

    A selector that defines the documents this provider is applicable to.


    provider: DocumentHighlightProvider

    A document highlight provider.


    ReturnsDescription
    Disposable

    A disposable that unregisters this provider when being disposed.




    registerDocumentRangeFormattingEditProvider(selector: DocumentSelector, provider: DocumentRangeFormattingEditProvider): Disposable


    Register a formatting provider for a document range.


    Multiple providers can be registered for a language. In that case providers are sorted
    by their score and the result of best-matching provider is used. Failure
    of the selected provider will cause a failure of the whole operation.










    ParameterDescription
    selector: DocumentSelector

    A selector that defines the documents this provider is applicable to.


    provider: DocumentRangeFormattingEditProvider

    A document range formatting edit provider.


    ReturnsDescription
    Disposable

    A disposable that unregisters this provider when being disposed.




    registerDocumentSymbolProvider(selector: DocumentSelector, provider: DocumentSymbolProvider): Disposable


    Register a document symbol provider.


    Multiple providers can be registered for a language. In that case providers are asked in
    parallel and the results are merged. A failing provider (rejected promise or exception) will
    not cause a failure of the whole operation.










    ParameterDescription
    selector: DocumentSelector

    A selector that defines the documents this provider is applicable to.


    provider: DocumentSymbolProvider

    A document symbol provider.


    ReturnsDescription
    Disposable

    A disposable that unregisters this provider when being disposed.




    registerHoverProvider(selector: DocumentSelector, provider: HoverProvider): Disposable


    Register a hover provider.


    Multiple providers can be registered for a language. In that case providers are asked in
    parallel and the results are merged. A failing provider (rejected promise or exception) will
    not cause a failure of the whole operation.










    ParameterDescription
    selector: DocumentSelector

    A selector that defines the documents this provider is applicable to.


    provider: HoverProvider

    A hover provider.


    ReturnsDescription
    Disposable

    A disposable that unregisters this provider when being disposed.




    registerOnTypeFormattingEditProvider(selector: DocumentSelector, provider: OnTypeFormattingEditProvider, firstTriggerCharacter: string, moreTriggerCharacter: string[]): Disposable


    Register a formatting provider that works on type. The provider is active when the user enables the setting editor.formatOnType.


    Multiple providers can be registered for a language. In that case providers are sorted
    by their score and the result of best-matching provider is used. Failure
    of the selected provider will cause a failure of the whole operation.












    ParameterDescription
    selector: DocumentSelector

    A selector that defines the documents this provider is applicable to.


    provider: OnTypeFormattingEditProvider

    An on type formatting edit provider.


    firstTriggerCharacter: string

    A character on which formatting should be triggered, like }.


    moreTriggerCharacter: string[]

    More trigger characters.


    ReturnsDescription
    Disposable

    A disposable that unregisters this provider when being disposed.




    registerReferenceProvider(selector: DocumentSelector, provider: ReferenceProvider): Disposable


    Register a reference provider.


    Multiple providers can be registered for a language. In that case providers are asked in
    parallel and the results are merged. A failing provider (rejected promise or exception) will
    not cause a failure of the whole operation.










    ParameterDescription
    selector: DocumentSelector

    A selector that defines the documents this provider is applicable to.


    provider: ReferenceProvider

    A reference provider.


    ReturnsDescription
    Disposable

    A disposable that unregisters this provider when being disposed.




    registerRenameProvider(selector: DocumentSelector, provider: RenameProvider): Disposable


    Register a reference provider.


    Multiple providers can be registered for a language. In that case providers are sorted
    by their score and the result of best-matching provider is used. Failure
    of the selected provider will cause a failure of the whole operation.










    ParameterDescription
    selector: DocumentSelector

    A selector that defines the documents this provider is applicable to.


    provider: RenameProvider

    A rename provider.


    ReturnsDescription
    Disposable

    A disposable that unregisters this provider when being disposed.




    registerSignatureHelpProvider(selector: DocumentSelector, provider: SignatureHelpProvider, triggerCharacters: string[]): Disposable


    Register a signature help provider.


    Multiple providers can be registered for a language. In that case providers are sorted
    by their score and the result of best-matching provider is used. Failure
    of the selected provider will cause a failure of the whole operation.











    ParameterDescription
    selector: DocumentSelector

    A selector that defines the documents this provider is applicable to.


    provider: SignatureHelpProvider

    A signature help provider.


    triggerCharacters: string[]

    Trigger signature help when the user types one of the characters, like , or (.


    ReturnsDescription
    Disposable

    A disposable that unregisters this provider when being disposed.




    registerWorkspaceSymbolProvider(provider: WorkspaceSymbolProvider): Disposable


    Register a workspace symbol provider.


    Multiple providers can be registered for a language. In that case providers are asked in
    parallel and the results are merged. A failing provider (rejected promise or exception) will
    not cause a failure of the whole operation.









    ParameterDescription
    provider: WorkspaceSymbolProvider

    A workspace symbol provider.


    ReturnsDescription
    Disposable

    A disposable that unregisters this provider when being disposed.




    setLanguageConfiguration(language: string, configuration: LanguageConfiguration): Disposable


    Set a language configuration for a language.










    ParameterDescription
    language: string

    A language identifier like typescript.


    configuration: LanguageConfiguration

    Language configuration.


    ReturnsDescription
    Disposable

    A disposable that unsets this configuration.




    window

    Namespace for dealing with the current window of the editor. That is visible
    and active editors, as well as, UI elements to show messages, selections, and
    asking for user input.


    Variables

    activeTextEditor: TextEditor


    The currently active editor or undefined. The active editor is the one
    that currently has focus or, when none has focus, the one that has changed
    input most recently.



    visibleTextEditors: TextEditor[]


    The currently visible editors or an empty array.



    Events

    onDidChangeActiveTextEditor: Event<TextEditor>


    An event which fires when the active editor
    has changed.



    onDidChangeTextEditorOptions: Event<TextEditorOptionsChangeEvent>


    An event which fires when the options of an editor have changed.



    onDidChangeTextEditorSelection: Event<TextEditorSelectionChangeEvent>


    An event which fires when the selection in an editor has changed.



    onDidChangeTextEditorViewColumn: Event<TextEditorViewColumnChangeEvent>


    An event which fires when the view column of an editor das changed.



    Functions

    createOutputChannel(name: string): OutputChannel


    Create a new output channel with the given name.









    ParameterDescription
    name: string

    Human-readable string which will be used to represent the channel in the UI.


    ReturnsDescription
    OutputChannel


    createStatusBarItem(alignment?: StatusBarAlignment, priority?: number): StatusBarItem


    Creates a status bar item.










    ParameterDescription
    alignment?: StatusBarAlignment

    The alignment of the item.


    priority?: number

    The priority of the item. Higher values mean the item should be shown more to the left.


    ReturnsDescription
    StatusBarItem

    A new status bar item.




    createTextEditorDecorationType(options: DecorationRenderOptions): TextEditorDecorationType


    Create a TextEditorDecorationType that can be used to add decorations to text editors.









    ParameterDescription
    options: DecorationRenderOptions

    Rendering options for the decoration type.


    ReturnsDescription
    TextEditorDecorationType

    A new decoration type instance.




    setStatusBarMessage(text: string): Disposable


    Set a message to the status bar. This is a short hand for the more powerful
    status bar items.









    ParameterDescription
    text: string

    The message to show, support icon subtitution as in status bar items.


    ReturnsDescription
    Disposable

    A disposable which hides the status bar message.




    setStatusBarMessage(text: string, hideAfterTimeout: number): Disposable


    Set a message to the status bar. This is a short hand for the more powerful
    status bar items.










    ParameterDescription
    text: string

    The message to show, support icon subtitution as in status bar items.


    hideAfterTimeout: number

    Timeout in milliseconds after which the message will be disposed.


    ReturnsDescription
    Disposable

    A disposable which hides the status bar message.




    setStatusBarMessage(text: string, hideWhenDone: Thenable<any>): Disposable


    Set a message to the status bar. This is a short hand for the more powerful
    status bar items.










    ParameterDescription
    text: string

    The message to show, support icon subtitution as in status bar items.


    hideWhenDone: Thenable<any>

    Thenable on which completion (resolve or reject) the message will be disposed.


    ReturnsDescription
    Disposable

    A disposable which hides the status bar message.




    showErrorMessage(message: string, items: string[]): Thenable<string>


    Show an error message.



    • see - showInformationMessage










    ParameterDescription
    message: string

    The message to show.


    items: string[]

    A set of items that will be rendered as actions in the message.


    ReturnsDescription
    Thenable<string>

    A thenable that resolves to the selected item or undefined when being dismissed.




    showErrorMessage<T extends MessageItem>(message: string, items: T[]): Thenable<T>


    Show an error message.



    • see - showInformationMessage










    ParameterDescription
    message: string

    The message to show.


    items: T[]

    A set of items that will be rendered as actions in the message.


    ReturnsDescription
    Thenable<T>

    A thenable that resolves to the selected item or undefined when being dismissed.




    showInformationMessage(message: string, items: string[]): Thenable<string>


    Show an information message to users. Optionally provide an array of items which will be presented as
    clickable buttons.










    ParameterDescription
    message: string

    The message to show.


    items: string[]

    A set of items that will be rendered as actions in the message.


    ReturnsDescription
    Thenable<string>

    A thenable that resolves to the selected item or undefined when being dismissed.




    showInformationMessage<T extends MessageItem>(message: string, items: T[]): Thenable<T>


    Show an information message.



    • see - showInformationMessage










    ParameterDescription
    message: string

    The message to show.


    items: T[]

    A set of items that will be rendered as actions in the message.


    ReturnsDescription
    Thenable<T>

    A thenable that resolves to the selected item or undefined when being dismissed.




    showInputBox(options?: InputBoxOptions): Thenable<string>


    Opens an input box to ask the user for input.


    The returned value will be undefined if the input box was canceled (e.g. pressing ESC). Otherwise the
    returned value will be the string typed by the user or an empty string if the user did not type
    anything but dismissed the input box with OK.









    ParameterDescription
    options?: InputBoxOptions

    Configures the behavior of the input box.


    ReturnsDescription
    Thenable<string>

    A promise that resolves to a string the user provided or to undefined in case of dismissal.




    showQuickPick(items: string[] | Thenable<string[]>, options?: QuickPickOptions): Thenable<string>


    Shows a selection list.










    ParameterDescription
    items: string[] | Thenable<string[]>

    An array of strings, or a promise that resolves to an array of strings.


    options?: QuickPickOptions

    Configures the behavior of the selection list.


    ReturnsDescription
    Thenable<string>

    A promise that resolves to the selection or undefined.




    showQuickPick<T extends QuickPickItem>(items: T[] | Thenable<T[]>, options?: QuickPickOptions): Thenable<T>


    Shows a selection list.










    ParameterDescription
    items: T[] | Thenable<T[]>

    An array of items, or a promise that resolves to an array of items.


    options?: QuickPickOptions

    Configures the behavior of the selection list.


    ReturnsDescription
    Thenable<T>

    A promise that resolves to the selected item or undefined.




    showTextDocument(document: TextDocument, column?: ViewColumn, preserveFocus?: boolean): Thenable<TextEditor>


    Show the given document in a text editor. A column can be provided
    to control where the editor is being shown. Might change the active editor.











    ParameterDescription
    document: TextDocument

    A text document to be shown.


    column?: ViewColumn

    A view column in which the editor should be shown. The default is the one, other values
    are adjusted to be Min(column, columnCount + 1).


    preserveFocus?: boolean

    When true the editor will not take focus.


    ReturnsDescription
    Thenable<TextEditor>

    A promise that resolves to an editor.




    showWarningMessage(message: string, items: string[]): Thenable<string>


    Show a warning message.



    • see - showInformationMessage










    ParameterDescription
    message: string

    The message to show.


    items: string[]

    A set of items that will be rendered as actions in the message.


    ReturnsDescription
    Thenable<string>

    A thenable that resolves to the selected item or undefined when being dismissed.




    showWarningMessage<T extends MessageItem>(message: string, items: T[]): Thenable<T>


    Show a warning message.



    • see - showInformationMessage










    ParameterDescription
    message: string

    The message to show.


    items: T[]

    A set of items that will be rendered as actions in the message.


    ReturnsDescription
    Thenable<T>

    A thenable that resolves to the selected item or undefined when being dismissed.




    workspace

    Namespace for dealing with the current workspace. A workspace is the representation
    of the folder that has been opened. There is no workspace when just a file but not a
    folder has been opened.


    The workspace offers support for listening to fs
    events and for finding files. Both perform well and run outside
    the editor-process so that they should be always used instead of nodejs-equivalents.


    Variables

    rootPath: string


    The folder that is open in VS Code. undefined when no folder
    has been opened.



    • readonly



    textDocuments: TextDocument[]


    All text documents currently known to the system.



    • readonly



    Events

    onDidChangeConfiguration: Event<void>


    An event that is emitted when the configuration changed.



    onDidChangeTextDocument: Event<TextDocumentChangeEvent>


    An event that is emitted when a text document is changed.



    onDidCloseTextDocument: Event<TextDocument>


    An event that is emitted when a text document is disposed.



    onDidOpenTextDocument: Event<TextDocument>


    An event that is emitted when a text document is opened.



    onDidSaveTextDocument: Event<TextDocument>


    An event that is emitted when a text document is saved to disk.



    Functions

    applyEdit(edit: WorkspaceEdit): Thenable<boolean>


    Make changes to one or many resources as defined by the given
    workspace edit.


    When applying a workspace edit, the editor implements an 'all-or-nothing'-strategy,
    that means failure to load one document or make changes to one document will cause
    the edit to be rejected.









    ParameterDescription
    edit: WorkspaceEdit

    A workspace edit.


    ReturnsDescription
    Thenable<boolean>

    A thenable that resolves when the edit could be applied.




    asRelativePath(pathOrUri: string | Uri): string


    Returns a path that is relative to the workspace root.


    When there is no workspace root or when the path
    is not a child of that folder, the input is returned.









    ParameterDescription
    pathOrUri: string | Uri

    A path or uri. When a uri is given its fsPath is used.


    ReturnsDescription
    string

    A path relative to the root or the input.




    createFileSystemWatcher(globPattern: string, ignoreCreateEvents?: boolean, ignoreChangeEvents?: boolean, ignoreDeleteEvents?: boolean): FileSystemWatcher


    Creates a file system watcher.


    A glob pattern that filters the file events must be provided. Optionally, flags to ignore certain
    kinds of events can be provided. To stop listening to events the watcher must be disposed.












    ParameterDescription
    globPattern: string

    A glob pattern that is applied to the names of created, changed, and deleted files.


    ignoreCreateEvents?: boolean

    Ignore when files have been created.


    ignoreChangeEvents?: boolean

    Ignore when files have been changed.


    ignoreDeleteEvents?: boolean

    Ignore when files have been deleted.


    ReturnsDescription
    FileSystemWatcher

    A new file system watcher instance.




    findFiles(include: string, exclude: string, maxResults?: number, token?: CancellationToken): Thenable<Uri[]>


    Find files in the workspace.



    • sample - findFiles('∕*.js', '∕node_modules∕**', 10)












    ParameterDescription
    include: string

    A glob pattern that defines the files to search for.


    exclude: string

    A glob pattern that defines files and folders to exclude.


    maxResults?: number

    An upper-bound for the result.


    token?: CancellationToken

    A token that can be used to signal cancellation to the underlying search engine.


    ReturnsDescription
    Thenable<Uri[]>

    A thenable that resolves to an array of resource identifiers.




    getConfiguration(section?: string): WorkspaceConfiguration


    Get a configuration object.


    When a section-identifier is provided only that part of the configuration
    is returned. Dots in the section-identifier are interpreted as child-access,
    like { myExt: { setting: { doIt: true }}} and getConfiguration('myExt.setting.doIt') === true.









    ParameterDescription
    section?: string

    A dot-separated identifier.


    ReturnsDescription
    WorkspaceConfiguration

    The full workspace configuration or a subset.




    openTextDocument(uri: Uri): Thenable<TextDocument>


    Opens the denoted document from disk. Will return early if the
    document is already open, otherwise the document is loaded and the
    open document-event fires.
    The document to open is denoted by the uri. Two schemes are supported:


    file: A file on disk, will be rejected if the file does not exist or cannot be loaded, e.g. 'file:///Users/frodo/r.ini'.
    untitled: A new file that should be saved on disk, e.g. 'untitled:/Users/frodo/new.js'. The language will be derived from the file name.


    Uris with other schemes will make this method return a rejected promise.









    ParameterDescription
    uri: Uri

    Identifies the resource to open.


    ReturnsDescription
    Thenable<TextDocument>

    A promise that resolves to a document.




    openTextDocument(fileName: string): Thenable<TextDocument>


    A short-hand for openTextDocument(Uri.file(fileName)).



    • see - openTextDocument









    ParameterDescription
    fileName: string

    A name of a file on disk.


    ReturnsDescription
    Thenable<TextDocument>

    A promise that resolves to a document.




    registerTextDocumentContentProvider(scheme: string, provider: TextDocumentContentProvider): Disposable


    Register a text document content provider.


    Only one provider can be registered per scheme.










    ParameterDescription
    scheme: string

    The uri-scheme to register for.


    provider: TextDocumentContentProvider

    A content provider.


    ReturnsDescription
    Disposable

    A disposable that unregisters this provider when being disposed.




    saveAll(includeUntitled?: boolean): Thenable<boolean>


    Save all dirty files.









    ParameterDescription
    includeUntitled?: boolean

    Also save files that have been created during this session.


    ReturnsDescription
    Thenable<boolean>

    A thenable that resolves when the files have been saved.




    CancellationToken" class="reference-link">CancellationToken

    A cancellation token is passed to an asynchronous or long running
    operation to request cancellation, like cancelling a request
    for completion items because the user continued to type.


    To get an instance of a CancellationToken use a
    CancellationTokenSource.


    Properties

    isCancellationRequested: boolean


    Is true when the token has been cancelled, false otherwise.



    onCancellationRequested: Event<any>


    An event which fires upon cancellation.



    CancellationTokenSource" class="reference-link">CancellationTokenSource

    A cancellation source creates and controls a cancellation token.


    Properties

    token: CancellationToken


    The cancellation token of this source.



    Methods

    cancel(): void


    Signal cancellation on the token.







    ReturnsDescription
    void


    dispose(): void


    Dispose object and free resources. Will call cancel.







    ReturnsDescription
    void


    CharacterPair" class="reference-link">CharacterPair

    A tuple of two characters, like a pair of
    opening and closing brackets.


    CharacterPair: [string, string]

    CodeActionContext" class="reference-link">CodeActionContext

    Contains additional diagnostic information about the context in which
    a code action is run.


    Properties

    diagnostics: Diagnostic[]


    An array of diagnostics.



    • readonly



    CodeActionProvider" class="reference-link">CodeActionProvider

    The code action interface defines the contract between extensions and
    the light bulb feature.


    A code action can be any command that is known to the system.


    Methods

    provideCodeActions(document: TextDocument, range: Range, context: CodeActionContext, token: CancellationToken): Command[] | Thenable<Command[]>


    Provide commands for the given document and range.












    ParameterDescription
    document: TextDocument

    The document in which the command was invoked.


    range: Range

    The range for which the command was invoked.


    context: CodeActionContext

    Context carrying additional information.


    token: CancellationToken

    A cancellation token.


    ReturnsDescription
    Command[] | Thenable<Command[]>

    An array of commands or a thenable of such. The lack of a result can be
    signaled by returning undefined, null, or an empty array.




    CodeLens" class="reference-link">CodeLens

    A code lens represents a command that should be shown along with
    source text, like the number of references, a way to run tests, etc.


    A code lens is unresolved when no command is associated to it. For performance
    reasons the creation of a code lens and resolving should be done to two stages.



    • see - CodeLensProvider.provideCodeLenses



    • see - CodeLensProvider.resolveCodeLens


    Constructors

    new CodeLens(range: Range, command?: Command): CodeLens


    Creates a new code lens object.










    ParameterDescription
    range: Range

    The range to which this code lens applies.


    command?: Command

    The command associated to this code lens.


    ReturnsDescription
    CodeLens


    Properties

    command: Command


    The command this code lens represents.



    isResolved: boolean


    true when there is a command associated.



    range: Range


    The range in which this code lens is valid. Should only span a single line.



    CodeLensProvider" class="reference-link">CodeLensProvider

    A code lens provider adds commands to source text. The commands will be shown
    as dedicated horizontal lines in between the source text.


    Methods

    provideCodeLenses(document: TextDocument, token: CancellationToken): CodeLens[] | Thenable<CodeLens[]>


    Compute a list of lenses. This call should return as fast as possible and if
    computing the commands is expensive implementors should only return code lens objects with the
    range set and implement resolve.










    ParameterDescription
    document: TextDocument

    The document in which the command was invoked.


    token: CancellationToken

    A cancellation token.


    ReturnsDescription
    CodeLens[] | Thenable<CodeLens[]>

    An array of code lenses or a thenable that resolves to such. The lack of a result can be
    signaled by returning undefined, null, or an empty array.




    resolveCodeLens(codeLens: CodeLens, token: CancellationToken): CodeLens | Thenable<CodeLens>


    This function will be called for each visible code lens, usually when scrolling and after
    calls to compute-lenses.










    ParameterDescription
    codeLens: CodeLens

    code lens that must be resolved.


    token: CancellationToken

    A cancellation token.


    ReturnsDescription
    CodeLens | Thenable<CodeLens>

    The given, resolved code lens or thenable that resolves to such.




    Command" class="reference-link">Command

    Represents a reference to a command. Provides a title which
    will be used to represent a command in the UI and, optionally,
    an array of arguments which will be passed to the command handler
    function when invoked.


    Properties

    arguments?: any[]


    Arguments that the command handler should be
    invoked with.



    command: string


    The identifier of the actual command handler.



    • see - commands.registerCommand.



    title: string


    Title of the command, like save.



    CommentRule" class="reference-link">CommentRule

    Describes how comments for a language work.


    Properties

    blockComment?: CharacterPair


    The block comment character pair, like / block comment &#47;



    lineComment?: string


    The line comment token, like // this is a comment



    CompletionItem" class="reference-link">CompletionItem

    A completion item represents a text snippet that is
    proposed to complete text that is being typed.



    • see - CompletionItemProvider.provideCompletionItems



    • see - CompletionItemProvider.resolveCompletionItem


    Constructors

    new CompletionItem(label: string): CompletionItem


    Creates a new completion item.


    Completion items must have at least a label which then
    will be used as insert text as well as for sorting and filtering.









    ParameterDescription
    label: string

    The label of the completion.


    ReturnsDescription
    CompletionItem


    Properties

    detail: string


    A human-readable string with additional information
    about this item, like type or symbol information.



    documentation: string


    A human-readable string that represents a doc-comment.



    filterText: string


    A string that should be used when filtering a set of
    completion items. When falsy the label
    is used.



    insertText: string


    A string that should be inserted in a document when selecting
    this completion. When falsy the label
    is used.



    kind: CompletionItemKind


    The kind of this completion item. Based on the kind
    an icon is chosen by the editor.



    label: string


    The label of this completion item. By default
    this is also the text that is inserted when selecting
    this completion.



    sortText: string


    A string that should be used when comparing this item
    with other items. When falsy the label
    is used.



    textEdit: TextEdit


    An edit which is applied to a document when selecting
    this completion. When an edit is provided the value of
    insertText is ignored.


    The range of the edit must be single-line and one the same
    line completions where requested at.



    CompletionItemKind" class="reference-link">CompletionItemKind

    Completion item kinds.


    Enumeration members

    Class


    Color


    Constructor


    Enum


    Field


    File


    Function


    Interface


    Keyword


    Method


    Module


    Property


    Reference


    Snippet


    Text


    Unit


    Value


    Variable


    CompletionItemProvider" class="reference-link">CompletionItemProvider

    The completion item provider interface defines the contract between extensions and
    the IntelliSense.


    When computing complete completion items is expensive, providers can optionally implement
    the resolveCompletionItem-function. In that case it is enough to return completion
    items with a label from the
    provideCompletionItems-function. Subsequently,
    when a completion item is shown in the UI and gains focus this provider is asked to resolve
    the item, like adding doc-comment or details.


    Methods

    provideCompletionItems(document: TextDocument, position: Position, token: CancellationToken): CompletionItem[] | Thenable<CompletionItem[]> | CompletionList | Thenable<CompletionList>


    Provide completion items for the given position and document.











    ParameterDescription
    document: TextDocument

    The document in which the command was invoked.


    position: Position

    The position at which the command was invoked.


    token: CancellationToken

    A cancellation token.


    ReturnsDescription
    CompletionItem[] | Thenable<CompletionItem[]> | CompletionList | Thenable<CompletionList>

    An array of completions, a completion list, or a thenable that resolves to either.
    The lack of a result can be signaled by returning undefined, null, or an empty array.




    resolveCompletionItem(item: CompletionItem, token: CancellationToken): CompletionItem | Thenable<CompletionItem>


    Given a completion item fill in more data, like doc-comment
    or details.


    The editor will only resolve a completion item once.










    ParameterDescription
    item: CompletionItem

    A completion item currently active in the UI.


    token: CancellationToken

    A cancellation token.


    ReturnsDescription
    CompletionItem | Thenable<CompletionItem>

    The resolved completion item or a thenable that resolves to of such. It is OK to return the given
    item. When no result is returned, the given item will be used.




    CompletionList" class="reference-link">CompletionList

    Represents a collection of completion items to be presented
    in the editor.


    Constructors

    new CompletionList(items?: CompletionItem[], isIncomplete?: boolean): CompletionList


    Creates a new completion list.










    ParameterDescription
    items?: CompletionItem[]

    The completion items.


    isIncomplete?: boolean

    The list is not complete.


    ReturnsDescription
    CompletionList


    Properties

    isIncomplete: boolean


    This list it not complete. Further typing should result in recomputing
    this list.



    items: CompletionItem[]


    The completion items.



    DecorationOptions" class="reference-link">DecorationOptions

    Represents options for a specific decoration in a decoration set.


    Properties

    hoverMessage: MarkedString | MarkedString[]


    A message that should be rendered when hovering over the decoration.



    range: Range


    Range to which this decoration is applied.



    DecorationRenderOptions" class="reference-link">DecorationRenderOptions

    Represents rendering styles for a text editor decoration.


    Properties

    backgroundColor?: string


    Background color of the decoration. Use rgba() and define transparent background colors to play well with other decorations.



    borderColor?: string


    CSS styling property that will be applied to text enclosed by a decoration.



    borderRadius?: string


    CSS styling property that will be applied to text enclosed by a decoration.



    borderSpacing?: string


    CSS styling property that will be applied to text enclosed by a decoration.



    borderStyle?: string


    CSS styling property that will be applied to text enclosed by a decoration.



    borderWidth?: string


    CSS styling property that will be applied to text enclosed by a decoration.



    color?: string


    CSS styling property that will be applied to text enclosed by a decoration.



    cursor?: string


    CSS styling property that will be applied to text enclosed by a decoration.



    dark?: ThemableDecorationRenderOptions


    Overwrite options for dark themes.



    gutterIconPath?: string


    An absolute path to an image to be rendered in the gutterIconPath.



    isWholeLine?: boolean


    Should the decoration be rendered also on the whitespace after the line text.
    Defaults to false.



    letterSpacing?: string


    CSS styling property that will be applied to text enclosed by a decoration.



    light?: ThemableDecorationRenderOptions


    Overwrite options for light themes.



    outlineColor?: string


    CSS styling property that will be applied to text enclosed by a decoration.



    outlineStyle?: string


    CSS styling property that will be applied to text enclosed by a decoration.



    outlineWidth?: string


    CSS styling property that will be applied to text enclosed by a decoration.



    overviewRulerColor?: string


    The color of the decoration in the overview ruler. Use rgba() and define transparent colors to play well with other decorations.



    overviewRulerLane?: OverviewRulerLane


    The position in the overview ruler where the decoration should be rendered.



    textDecoration?: string


    CSS styling property that will be applied to text enclosed by a decoration.



    Definition" class="reference-link">Definition

    The definition of a symbol represented as one or many locations.
    For most programming languages there is only one location at which a symbol is
    defined.


    Definition: Location | Location[]

    DefinitionProvider" class="reference-link">DefinitionProvider

    The definition provider interface defines the contract between extensions and
    the go to definition
    and peek definition features.


    Methods

    provideDefinition(document: TextDocument, position: Position, token: CancellationToken): Definition | Thenable<Definition>


    Provide the definition of the symbol at the given position and document.











    ParameterDescription
    document: TextDocument

    The document in which the command was invoked.


    position: Position

    The position at which the command was invoked.


    token: CancellationToken

    A cancellation token.


    ReturnsDescription
    Definition | Thenable<Definition>

    A definition or a thenable that resolves to such. The lack of a result can be
    signaled by returning undefined or null.




    Diagnostic" class="reference-link">Diagnostic

    Represents a diagnostic, such as a compiler error or warning. Diagnostic objects
    are only valid in the scope of a file.


    Constructors

    new Diagnostic(range: Range, message: string, severity?: DiagnosticSeverity): Diagnostic


    Creates a new diagnostic object.











    ParameterDescription
    range: Range

    The range to which this diagnostic applies.


    message: string

    The human-readable message.


    severity?: DiagnosticSeverity

    The severity, default is error.


    ReturnsDescription
    Diagnostic


    Properties

    code: string | number


    A code or identifier for this diagnostics. Will not be surfaced
    to the user, but should be used for later processing, e.g. when
    providing code actions.



    message: string


    The human-readable message.



    range: Range


    The range to which this diagnostic applies.



    severity: DiagnosticSeverity


    The severity, default is error.



    source: string


    A human-readable string describing the source of this
    diagnostic, e.g. 'typescript' or 'super lint'.



    DiagnosticCollection" class="reference-link">DiagnosticCollection

    A diagnostics collection is a container that manages a set of
    diagnostics. Diagnostics are always scopes to a
    a diagnostics collection and a resource.


    To get an instance of a DiagnosticCollection use
    createDiagnosticCollection.


    Properties

    name: string


    The name of this diagnostic collection, for instance typescript. Every diagnostic
    from this collection will be associated with this name. Also, the task framework uses this
    name when defining problem matchers.



    Methods

    clear(): void


    Remove all diagnostics from this collection. The same
    as calling #set(undefined);







    ReturnsDescription
    void


    delete(uri: Uri): void


    Remove all diagnostics from this collection that belong
    to the provided uri. The same as #set(uri, undefined).









    ParameterDescription
    uri: Uri

    A resource identifier.


    ReturnsDescription
    void


    dispose(): void


    Dispose and free associated resources. Calls
    clear.







    ReturnsDescription
    void


    set(uri: Uri, diagnostics: Diagnostic[]): void


    Assign diagnostics for given resource. Will replace
    existing diagnostics for that resource.










    ParameterDescription
    uri: Uri

    A resource identifier.


    diagnostics: Diagnostic[]

    Array of diagnostics or undefined


    ReturnsDescription
    void


    set(entries: [Uri, Diagnostic[]][]): void


    Replace all entries in this collection.









    ParameterDescription
    entries: [Uri, Diagnostic[]][]

    An array of tuples, like [[file1, [d1, d2]], [file2, [d3, d4, d5]]], or undefined.


    ReturnsDescription
    void


    DiagnosticSeverity" class="reference-link">DiagnosticSeverity

    Represents the severity of diagnostics.


    Enumeration members

    Error


    0

    Hint


    3

    Information


    2

    Warning


    1

    Disposable" class="reference-link">Disposable

    Represents a type which can release resources, such
    as event listening or a timer.


    Static

    from(disposableLikes: {dispose: () => any}[]): Disposable


    Combine many disposable-likes into one. Use this method
    when having objects with a dispose function which are not
    instances of Disposable.









    ParameterDescription
    disposableLikes: {dispose: () => any}[]

    Objects that have at least a dispose-function member.


    ReturnsDescription
    Disposable

    Returns a new disposable which, upon dispose, will
    dispose all provided disposables.




    Constructors

    new Disposable(callOnDispose: Function): Disposable


    Creates a new Disposable calling the provided function
    on dispose.









    ParameterDescription
    callOnDispose: Function

    Function that disposes something.


    ReturnsDescription
    Disposable


    Methods

    dispose(): any


    Dispose this object.







    ReturnsDescription
    any


    DocumentFilter" class="reference-link">DocumentFilter

    A document filter denotes a document by different properties like
    the language, the scheme of
    its resource, or a glob-pattern that is applied to the path.



    • sample - A language filter that applies to typescript files on disk: { language: 'typescript', scheme: 'file' }



    • sample - A language filter that applies to all package.json paths: { language: 'json', pattern: '**∕project.json' }


    Properties

    language?: string


    A language id, like typescript.



    pattern?: string


    A glob pattern, like *.{ts,js}.



    scheme?: string


    A Uri scheme, like file or untitled.



    DocumentFormattingEditProvider" class="reference-link">DocumentFormattingEditProvider

    The document formatting provider interface defines the contract between extensions and
    the formatting-feature.


    Methods

    provideDocumentFormattingEdits(document: TextDocument, options: FormattingOptions, token: CancellationToken): TextEdit[] | Thenable<TextEdit[]>


    Provide formatting edits for a whole document.











    ParameterDescription
    document: TextDocument

    The document in which the command was invoked.


    options: FormattingOptions

    Options controlling formatting.


    token: CancellationToken

    A cancellation token.


    ReturnsDescription
    TextEdit[] | Thenable<TextEdit[]>

    A set of text edits or a thenable that resolves to such. The lack of a result can be
    signaled by returning undefined, null, or an empty array.




    DocumentHighlight" class="reference-link">DocumentHighlight

    A document highlight is a range inside a text document which deserves
    special attention. Usually a document highlight is visualized by changing
    the background color of its range.


    Constructors

    new DocumentHighlight(range: Range, kind?: DocumentHighlightKind): DocumentHighlight


    Creates a new document highlight object.










    ParameterDescription
    range: Range

    The range the highlight applies to.


    kind?: DocumentHighlightKind

    The highlight kind, default is text.


    ReturnsDescription
    DocumentHighlight


    Properties

    kind: DocumentHighlightKind


    The highlight kind, default is text.



    range: Range


    The range this highlight applies to.



    DocumentHighlightKind" class="reference-link">DocumentHighlightKind

    A document highlight kind.


    Enumeration members

    Read


    Text


    Write


    DocumentHighlightProvider" class="reference-link">DocumentHighlightProvider

    The document highlight provider interface defines the contract between extensions and
    the word-highlight-feature.


    Methods

    provideDocumentHighlights(document: TextDocument, position: Position, token: CancellationToken): DocumentHighlight[] | Thenable<DocumentHighlight[]>


    Provide a set of document highlights, like all occurrences of a variable or
    all exit-points of a function.











    ParameterDescription
    document: TextDocument

    The document in which the command was invoked.


    position: Position

    The position at which the command was invoked.


    token: CancellationToken

    A cancellation token.


    ReturnsDescription
    DocumentHighlight[] | Thenable<DocumentHighlight[]>

    An array of document highlights or a thenable that resolves to such. The lack of a result can be
    signaled by returning undefined, null, or an empty array.




    DocumentRangeFormattingEditProvider" class="reference-link">DocumentRangeFormattingEditProvider

    The document formatting provider interface defines the contract between extensions and
    the formatting-feature.


    Methods

    provideDocumentRangeFormattingEdits(document: TextDocument, range: Range, options: FormattingOptions, token: CancellationToken): TextEdit[] | Thenable<TextEdit[]>


    Provide formatting edits for a range in a document.


    The given range is a hint and providers can decide to format a smaller
    or larger range. Often this is done by adjusting the start and end
    of the range to full syntax nodes.












    ParameterDescription
    document: TextDocument

    The document in which the command was invoked.


    range: Range

    The range which should be formatted.


    options: FormattingOptions

    Options controlling formatting.


    token: CancellationToken

    A cancellation token.


    ReturnsDescription
    TextEdit[] | Thenable<TextEdit[]>

    A set of text edits or a thenable that resolves to such. The lack of a result can be
    signaled by returning undefined, null, or an empty array.




    DocumentSelector" class="reference-link">DocumentSelector

    A language selector is the combination of one or many language identifiers
    and language filters.



    • sample - let sel:DocumentSelector = 'typescript';



    • sample - let sel:DocumentSelector = ['typescript', { language: 'json', pattern: '**∕tsconfig.json' }];


    DocumentSelector: string | DocumentFilter | string | DocumentFilter[]

    DocumentSymbolProvider" class="reference-link">DocumentSymbolProvider

    The document symbol provider interface defines the contract between extensions and
    the go to symbol-feature.


    Methods

    provideDocumentSymbols(document: TextDocument, token: CancellationToken): SymbolInformation[] | Thenable<SymbolInformation[]>


    Provide symbol information for the given document.










    ParameterDescription
    document: TextDocument

    The document in which the command was invoked.


    token: CancellationToken

    A cancellation token.


    ReturnsDescription
    SymbolInformation[] | Thenable<SymbolInformation[]>

    An array of document highlights or a thenable that resolves to such. The lack of a result can be
    signaled by returning undefined, null, or an empty array.




    EnterAction" class="reference-link">EnterAction

    Describes what to do when pressing Enter.


    Properties

    appendText?: string


    Describes text to be appended after the new line and after the indentation.



    indentAction: IndentAction


    Describe what to do with the indentation.



    removeText?: number


    Describes the number of characters to remove from the new line's indentation.



    Event<T>" class="reference-link">Event<T>

    Represents a typed event.


    A function that represents an event to which you subscribe by calling it with
    a listener function as argument.



    • sample - item.onDidChange(function(event) { console.log("Event happened: " + event); });


    (listener: (e: T) => any, thisArgs?: any, disposables?: Disposable[]): Disposable


    A function that represents an event to which you subscribe by calling it with
    a listener function as argument.


    A function that represents an event to which you subscribe by calling it with
    a listener function as argument.











    ParameterDescription
    listener: (e: T) => any

    The listener function will be called when the event happens.


    thisArgs?: any

    The this-argument which will be used when calling the event listener.


    disposables?: Disposable[]

    An array to which a disposeable will be added.


    ReturnsDescription
    Disposable

    A disposable which unsubscribes the event listener.




    EventEmitter<T>" class="reference-link">EventEmitter<T>

    An event emitter can be used to create and manage an event for others
    to subscribe to. One emitter always owns one event.


    Use this class if you want to provide event from within your extension, for instance
    inside a TextDocumentContentProvider or when providing
    API to other extensions.


    Properties

    event: Event<T>


    The event listeners can subscribe to.



    Methods

    dispose(): void


    Dispose this object and free resources.







    ReturnsDescription
    void


    fire(data?: T): void


    Notify all subscribers of the event. Failure
    of one or more listener will not fail this function call.









    ParameterDescription
    data?: T

    The event object.


    ReturnsDescription
    void


    Extension<T>" class="reference-link">Extension<T>

    Represents an extension.


    To get an instance of an Extension use getExtension.


    Properties

    exports: T


    The public API exported by this extension. It is an invalid action
    to access this field before this extension has been activated.



    • readonly



    extensionPath: string


    The absolute file path of the directory containing this extension.



    • readonly



    id: string


    The canonical extension identifier in the form of: publisher.name.



    • readonly



    isActive: boolean


    true if the extension has been activated.



    • readonly



    packageJSON: any


    The parsed contents of the extension's package.json.



    • readonly



    Methods

    activate(): Thenable<T>


    Activates this extension and returns its public API.







    ReturnsDescription
    Thenable<T>

    A promise that will resolve when this extension has been activated.




    ExtensionContext" class="reference-link">ExtensionContext

    An extension context is a collection of utilities private to an
    extension.


    An instance of an ExtensionContext is provided as the first
    parameter to the activate-call of an extension.


    Properties

    extensionPath: string


    The absolute file path of the directory containing the extension.



    globalState: Memento


    A memento object that stores state independent
    of the current opened workspace.



    subscriptions: {dispose}[]


    An array to which disposables can be added. When this
    extension is deactivated the disposables will be disposed.



    workspaceState: Memento


    A memento object that stores state in the context
    of the currently opened workspace.



    Methods

    asAbsolutePath(relativePath: string): string


    Get the absolute path of a resource contained in the extension.









    ParameterDescription
    relativePath: string

    A relative path to a resource contained in the extension.


    ReturnsDescription
    string

    The absolute path of the resource.




    FileSystemWatcher" class="reference-link">FileSystemWatcher

    A file system watcher notifies about changes to files and folders
    on disk.


    To get an instance of a FileSystemWatcher use
    createFileSystemWatcher.


    Events

    onDidChange: Event<Uri>


    An event which fires on file/folder change.



    onDidCreate: Event<Uri>


    An event which fires on file/folder creation.



    onDidDelete: Event<Uri>


    An event which fires on file/folder deletion.



    Static

    from(disposableLikes: {dispose: () => any}[]): Disposable


    Combine many disposable-likes into one. Use this method
    when having objects with a dispose function which are not
    instances of Disposable.









    ParameterDescription
    disposableLikes: {dispose: () => any}[]

    Objects that have at least a dispose-function member.


    ReturnsDescription
    Disposable

    Returns a new disposable which, upon dispose, will
    dispose all provided disposables.




    Constructors

    new FileSystemWatcher(callOnDispose: Function): FileSystemWatcher


    Creates a new Disposable calling the provided function
    on dispose.









    ParameterDescription
    callOnDispose: Function

    Function that disposes something.


    ReturnsDescription
    FileSystemWatcher


    Properties

    ignoreChangeEvents: boolean


    true if this file system watcher has been created such that
    it ignores change file system events.



    ignoreCreateEvents: boolean


    true if this file system watcher has been created such that
    it ignores creation file system events.



    ignoreDeleteEvents: boolean


    true if this file system watcher has been created such that
    it ignores delete file system events.



    Methods

    dispose(): any


    Dispose this object.







    ReturnsDescription
    any


    FormattingOptions" class="reference-link">FormattingOptions

    Value-object describing what options formatting should use.


    Properties

    insertSpaces: boolean


    Prefer spaces over tabs.



    tabSize: number


    Size of a tab in spaces.



    Hover" class="reference-link">Hover

    A hover represents additional information for a symbol or word. Hovers are
    rendered in a tooltip-like widget.


    Constructors

    new Hover(contents: MarkedString | MarkedString[], range?: Range): Hover


    Creates a new hover object.










    ParameterDescription
    contents: MarkedString | MarkedString[]

    The contents of the hover.


    range?: Range

    The range to which the hover applies.


    ReturnsDescription
    Hover


    Properties

    contents: MarkedString[]


    The contents of this hover.



    range: Range


    The range to which this hover applies. When missing, the
    editor will use the range at the current position or the
    current position itself.



    HoverProvider" class="reference-link">HoverProvider

    The hover provider interface defines the contract between extensions and
    the hover-feature.


    Methods

    provideHover(document: TextDocument, position: Position, token: CancellationToken): Hover | Thenable<Hover>


    Provide a hover for the given position and document. Multiple hovers at the same
    position will be merged by the editor. A hover can have a range which defaults
    to the word range at the position when omitted.











    ParameterDescription
    document: TextDocument

    The document in which the command was invoked.


    position: Position

    The position at which the command was invoked.


    token: CancellationToken

    A cancellation token.


    ReturnsDescription
    Hover | Thenable<Hover>

    A hover or a thenable that resolves to such. The lack of a result can be
    signaled by returning undefined or null.




    IndentAction" class="reference-link">IndentAction

    Describes what to do with the indentation when pressing Enter.


    Enumeration members

    Indent


    IndentOutdent


    None


    Outdent


    IndentationRule" class="reference-link">IndentationRule

    Describes indentation rules for a language.


    Properties

    decreaseIndentPattern: RegExp


    If a line matches this pattern, then all the lines after it should be unindendented once (until another rule matches).



    increaseIndentPattern: RegExp


    If a line matches this pattern, then all the lines after it should be indented once (until another rule matches).



    indentNextLinePattern?: RegExp


    If a line matches this pattern, then only the next line after it should be indented once.



    unIndentedLinePattern?: RegExp


    If a line matches this pattern, then its indentation should not be changed and it should not be evaluated against the other rules.



    InputBoxOptions" class="reference-link">InputBoxOptions

    Options to configure the behavior of the input box UI.


    Properties

    password?: boolean


    Set to true to show a password prompt that will not show the typed value.



    placeHolder?: string


    An optional string to show as place holder in the input box to guide the user what to type.



    prompt?: string


    The text to display underneath the input box.



    validateInput?: (value: string) => string


    An optional function that will be called to valide input and to give a hint
    to the user.



    • param - The current value of the input box.



    • returns - A human readable string which is presented as diagnostic message.
      Return undefined, null, or the empty string when 'value' is valid.



    value?: string


    The value to prefill in the input box.



    LanguageConfiguration" class="reference-link">LanguageConfiguration

    The language configuration interfaces defines the contract between extensions
    and various editor features, like automatic bracket insertion, automatic indentation etc.


    Properties

    ___characterPairSupport?: {autoClosingPairs: {close: string, notIn: string[], open: string}[]}


    Deprecated Do not use.



    • deprecated - Will be replaced by a better API soon.



    ___electricCharacterSupport?: {docComment: {close: string, lineStart: string, open: string, scope: string}}


    Deprecated Do not use.



    • deprecated - Will be replaced by a better API soon.



    brackets?: CharacterPair[]


    The language's brackets.
    This configuration implicitly affects pressing Enter around these brackets.



    comments?: CommentRule


    The language's comment settings.



    indentationRules?: IndentationRule


    The language's indentation settings.



    onEnterRules?: OnEnterRule[]


    The language's rules to be evaluated when pressing Enter.



    wordPattern?: RegExp


    The language's word definition.
    If the language supports Unicode identifiers (e.g. JavaScript), it is preferable
    to provide a word definition that uses exclusion of known separators.
    e.g.: A regex that matches anything except known separators (and dot is allowed to occur in a floating point number):
    /(-?\d.\d\w)|([^`~!\@@#\%\^\&*()-\=+[{]}|\;\:\'\"\,.\<>\/\?\s]+)/g



    Location" class="reference-link">Location

    Represents a location inside a resource, such as a line
    inside a text file.


    Constructors

    new Location(uri: Uri, rangeOrPosition: Range | Position): Location


    Creates a new location object.










    ParameterDescription
    uri: Uri

    The resource identifier.


    rangeOrPosition: Range | Position

    The range or position. Positions will be converted to an empty range.


    ReturnsDescription
    Location


    Properties

    range: Range


    The document range of this locations.



    uri: Uri


    The resource identifier of this location.



    MarkedString" class="reference-link">MarkedString

    MarkedString can be used to render human readable text. It is either a markdown string
    or a code-block that provides a language and a code snippet. Note that
    markdown strings will be sanitized - that means html will be escaped.


    MarkedString: string | {language: string, value: string}

    Memento" class="reference-link">Memento

    A memento represents a storage utility. It can store and retrieve
    values.


    Methods

    get<T>(key: string, defaultValue?: T): T


    Return a value.










    ParameterDescription
    key: string

    A string.


    defaultValue?: T

    A value that should be returned when there is no
    value (undefined) with the given key.


    ReturnsDescription
    T

    The stored value, undefined, or the defaultValue.




    update(key: string, value: any): Thenable<void>


    Store a value. The value must be JSON-stringifyable.










    ParameterDescription
    key: string

    A string.


    value: any

    A value. MUST not contain cyclic references.


    ReturnsDescription
    Thenable<void>


    MessageItem" class="reference-link">MessageItem

    Represents an action that is shown with an information, warning, or
    error message.



    • see - showInformationMessage



    • see - showWarningMessage



    • see - showErrorMessage


    Properties

    title: string


    A short title like 'Retry', 'Open Log' etc.



    OnEnterRule" class="reference-link">OnEnterRule

    Describes a rule to be evaluated when pressing Enter.


    Properties

    action: EnterAction


    The action to execute.



    afterText?: RegExp


    This rule will only execute if the text after the cursor matches this regular expression.



    beforeText: RegExp


    This rule will only execute if the text before the cursor matches this regular expression.



    OnTypeFormattingEditProvider" class="reference-link">OnTypeFormattingEditProvider

    The document formatting provider interface defines the contract between extensions and
    the formatting-feature.


    Methods

    provideOnTypeFormattingEdits(document: TextDocument, position: Position, ch: string, options: FormattingOptions, token: CancellationToken): TextEdit[] | Thenable<TextEdit[]>


    Provide formatting edits after a character has been typed.


    The given position and character should hint to the provider
    what range the position to expand to, like find the matching {
    when } has been entered.













    ParameterDescription
    document: TextDocument

    The document in which the command was invoked.


    position: Position

    The position at which the command was invoked.


    ch: string

    The character that has been typed.


    options: FormattingOptions

    Options controlling formatting.


    token: CancellationToken

    A cancellation token.


    ReturnsDescription
    TextEdit[] | Thenable<TextEdit[]>

    A set of text edits or a thenable that resolves to such. The lack of a result can be
    signaled by returning undefined, null, or an empty array.




    OutputChannel" class="reference-link">OutputChannel

    An output channel is a container for readonly textual information.


    To get an instance of an OutputChannel use
    createOutputChannel.


    Properties

    name: string


    The human-readable name of this output channel.



    • readonly



    Methods

    append(value: string): void


    Append the given value to the channel.









    ParameterDescription
    value: string

    A string, falsy values will not be printed.


    ReturnsDescription
    void


    appendLine(value: string): void


    Append the given value and a line feed character
    to the channel.









    ParameterDescription
    value: string

    A string, falsy values will be printed.


    ReturnsDescription
    void


    clear(): void


    Removes all output from the channel.







    ReturnsDescription
    void


    dispose(): void


    Dispose and free associated resources.







    ReturnsDescription
    void


    hide(): void


    Hide this channel from the UI.







    ReturnsDescription
    void


    show(column?: ViewColumn, preserveFocus?: boolean): void


    Reveal this channel in the UI.



    • deprecated - This method is deprecated.










    ParameterDescription
    column?: ViewColumn

    The column in which to show the channel, default in one.


    preserveFocus?: boolean

    When true the channel will not take focus.


    ReturnsDescription
    void


    show(preservceFocus?: boolean): void


    Reveal this channel in the UI.









    ParameterDescription
    preservceFocus?: boolean
    ReturnsDescription
    void


    OverviewRulerLane" class="reference-link">OverviewRulerLane

    Represents different positions for rendering a decoration in an overview ruler.
    The overview ruler supports three lanes.


    Enumeration members

    Center


    2

    Full


    7

    Left


    1

    Right


    4

    ParameterInformation" class="reference-link">ParameterInformation

    Represents a parameter of a callable-signature. A parameter can
    have a label and a doc-comment.


    Constructors

    new ParameterInformation(label: string, documentation?: string): ParameterInformation


    Creates a new parameter information object.










    ParameterDescription
    label: string

    A label string.


    documentation?: string

    A doc string.


    ReturnsDescription
    ParameterInformation


    Properties

    documentation: string


    The human-readable doc-comment of this signature. Will be shown
    in the UI but can be omitted.



    label: string


    The label of this signature. Will be shown in
    the UI.



    Position" class="reference-link">Position

    Represents a line and character position, such as
    the position of the cursor.


    Position objects are immutable. Use the with or
    translate methods to derive new positions
    from an existing position.


    Constructors

    new Position(line: number, character: number): Position










    ParameterDescription
    line: number

    A zero-based line value.


    character: number

    A zero-based character value.


    ReturnsDescription
    Position


    Properties

    character: number


    The zero-based character value.



    • readonly



    line: number


    The zero-based line value.



    • readonly



    Methods

    compareTo(other: Position): number


    Compare this to other.









    ParameterDescription
    other: Position

    A position.


    ReturnsDescription
    number

    A number smaller than zero if this position is before the given position,
    a number greater than zero if this position is after the given position, or zero when
    this and the given position are equal.




    isAfter(other: Position): boolean


    Check if other is after this position.









    ParameterDescription
    other: Position

    A position.


    ReturnsDescription
    boolean

    true if position is on a greater line
    or on the same line on a greater character.




    isAfterOrEqual(other: Position): boolean


    Check if other is after or equal to this position.









    ParameterDescription
    other: Position

    A position.


    ReturnsDescription
    boolean

    true if position is on a greater line
    or on the same line on a greater or equal character.




    isBefore(other: Position): boolean


    Check if other is before this position.









    ParameterDescription
    other: Position

    A position.


    ReturnsDescription
    boolean

    true if position is on a smaller line
    or on the same line on a smaller character.




    isBeforeOrEqual(other: Position): boolean


    Check if other is before or equal to this position.









    ParameterDescription
    other: Position

    A position.


    ReturnsDescription
    boolean

    true if position is on a smaller line
    or on the same line on a smaller or equal character.




    isEqual(other: Position): boolean


    Check if other equals this position.









    ParameterDescription
    other: Position

    A position.


    ReturnsDescription
    boolean

    true if the line and character of the given position are equal to
    the line and character of this position.




    translate(lineDelta?: number, characterDelta?: number): Position


    Create a new position relative to this position.










    ParameterDescription
    lineDelta?: number

    Delta value for the line value, default is 0.


    characterDelta?: number

    Delta value for the character value, default is 0.


    ReturnsDescription
    Position

    A position which line and character is the sum of the current line and
    character and the corresponding deltas.




    with(line?: number, character?: number): Position


    Create a new position derived from this position.










    ParameterDescription
    line?: number

    Value that should be used as line value, default is the existing value


    character?: number

    Value that should be used as character value, default is the existing value


    ReturnsDescription
    Position

    A position where line and character are replaced by the given values.




    QuickPickItem" class="reference-link">QuickPickItem

    Represents an item that can be selected from
    a list of items.


    Properties

    description: string


    A human readable string which is rendered less prominent.



    detail?: string


    A human readable string which is rendered less prominent.



    label: string


    A human readable string which is rendered prominent.



    QuickPickOptions" class="reference-link">QuickPickOptions

    Options to configure the behavior of the quick pick UI.


    Events

    onDidSelectItem?: (item: T | string) => any


    An optional function that is invoked whenever an item is selected.



    Properties

    matchOnDescription?: boolean


    An optional flag to include the description when filtering the picks.



    matchOnDetail?: boolean


    An optional flag to include the detail when filtering the picks.



    placeHolder?: string


    An optional string to show as place holder in the input box to guide the user what to pick on.



    Range" class="reference-link">Range

    A range represents an ordered pair of two positions.
    It is guaranteed that start.isBeforeOrEqual(end)


    Range objects are immutable. Use the with,
    intersection, or union methods
    to derive new ranges from an existing range.


    Constructors

    new Range(start: Position, end: Position): Range


    Create a new range from two positions. If start is not
    before or equal to end, the values will be swapped.










    ParameterDescription
    start: Position

    A position.


    end: Position

    A position.


    ReturnsDescription
    Range


    new Range(startLine: number, startCharacter: number, endLine: number, endCharacter: number): Range


    Create a new range from number coordinates. It is a shorter equivalent of
    using new Range(new Position(startLine, startCharacter), new Position(endLine, endCharacter))












    ParameterDescription
    startLine: number

    A zero-based line value.


    startCharacter: number

    A zero-based character value.


    endLine: number

    A zero-based line value.


    endCharacter: number

    A zero-based character value.


    ReturnsDescription
    Range


    Properties

    end: Position


    The end position. It is after or equal to start.



    • readonly



    isEmpty: boolean


    true iff start and end are equal.



    isSingleLine: boolean


    true iff start.line and end.line are equal.



    start: Position


    The start position. It is before or equal to end.



    • readonly



    Methods

    contains(positionOrRange: Position | Range): boolean


    Check if a position or a range is contained in this range.









    ParameterDescription
    positionOrRange: Position | Range

    A position or a range.


    ReturnsDescription
    boolean

    true iff the position or range is inside or equal
    to this range.




    intersection(range: Range): Range


    Intersect range with this range and returns a new range or undefined
    if the ranges have no overlap.









    ParameterDescription
    range: Range

    A range.


    ReturnsDescription
    Range

    A range of the greater start and smaller end positions. Will
    return undefined when there is no overlap.




    isEqual(other: Range): boolean


    Check if other equals this range.









    ParameterDescription
    other: Range

    A range.


    ReturnsDescription
    boolean

    true when start and end are equal to
    start and end of this range.




    union(other: Range): Range


    Compute the union of other with this range.









    ParameterDescription
    other: Range

    A range.


    ReturnsDescription
    Range

    A range of smaller start position and the greater end position.




    with(start?: Position, end?: Position): Range


    Create a new range derived from this range.










    ParameterDescription
    start?: Position

    A position that should be used as start. The default value is the current start.


    end?: Position

    A position that should be used as end. The default value is the current end.


    ReturnsDescription
    Range

    A range derived from this range with the given start and end position.
    If start and end are not different this range will be returned.




    ReferenceContext" class="reference-link">ReferenceContext

    Value-object that contains additional information when
    requesting references.


    Properties

    includeDeclaration: boolean


    Include the declaration of the current symbol.



    ReferenceProvider" class="reference-link">ReferenceProvider

    The reference provider interface defines the contract between extensions and
    the find references-feature.


    Methods

    provideReferences(document: TextDocument, position: Position, context: ReferenceContext, token: CancellationToken): Location[] | Thenable<Location[]>


    Provide a set of project-wide references for the given position and document.












    ParameterDescription
    document: TextDocument

    The document in which the command was invoked.


    position: Position

    The position at which the command was invoked.


    context: ReferenceContext
    token: CancellationToken

    A cancellation token.


    ReturnsDescription
    Location[] | Thenable<Location[]>

    An array of locations or a thenable that resolves to such. The lack of a result can be
    signaled by returning undefined, null, or an empty array.




    RenameProvider" class="reference-link">RenameProvider

    The rename provider interface defines the contract between extensions and
    the rename-feature.


    Methods

    provideRenameEdits(document: TextDocument, position: Position, newName: string, token: CancellationToken): WorkspaceEdit | Thenable<WorkspaceEdit>


    Provide an edit that describes changes that have to be made to one
    or many resources to rename a symbol to a different name.












    ParameterDescription
    document: TextDocument

    The document in which the command was invoked.


    position: Position

    The position at which the command was invoked.


    newName: string

    The new name of the symbol. If the given name is not valid, the provider must return a rejected promise.


    token: CancellationToken

    A cancellation token.


    ReturnsDescription
    WorkspaceEdit | Thenable<WorkspaceEdit>

    A workspace edit or a thenable that resolves to such. The lack of a result can be
    signaled by returning undefined or null.




    Selection" class="reference-link">Selection

    Represents a text selection in an editor.


    Constructors

    new Selection(anchor: Position, active: Position): Selection


    Create a selection from two postions.










    ParameterDescription
    anchor: Position

    A position.


    active: Position

    A position.


    ReturnsDescription
    Selection


    new Selection(anchorLine: number, anchorCharacter: number, activeLine: number, activeCharacter: number): Selection


    Create a selection from four coordinates.












    ParameterDescription
    anchorLine: number

    A zero-based line value.


    anchorCharacter: number

    A zero-based character value.


    activeLine: number

    A zero-based line value.


    activeCharacter: number

    A zero-based character value.


    ReturnsDescription
    Selection


    Properties

    active: Position


    The position of the cursor.
    This position might be before or after anchor.



    anchor: Position


    The position at which the selection starts.
    This position might be before or after active.



    end: Position


    The end position. It is after or equal to start.



    • readonly



    isEmpty: boolean


    true iff start and end are equal.



    isReversed: boolean


    A selection is reversed if active.isBefore(anchor).



    isSingleLine: boolean


    true iff start.line and end.line are equal.



    start: Position


    The start position. It is before or equal to end.



    • readonly



    Methods

    contains(positionOrRange: Position | Range): boolean


    Check if a position or a range is contained in this range.









    ParameterDescription
    positionOrRange: Position | Range

    A position or a range.


    ReturnsDescription
    boolean

    true iff the position or range is inside or equal
    to this range.




    intersection(range: Range): Range


    Intersect range with this range and returns a new range or undefined
    if the ranges have no overlap.









    ParameterDescription
    range: Range

    A range.


    ReturnsDescription
    Range

    A range of the greater start and smaller end positions. Will
    return undefined when there is no overlap.




    isEqual(other: Range): boolean


    Check if other equals this range.









    ParameterDescription
    other: Range

    A range.


    ReturnsDescription
    boolean

    true when start and end are equal to
    start and end of this range.




    union(other: Range): Range


    Compute the union of other with this range.









    ParameterDescription
    other: Range

    A range.


    ReturnsDescription
    Range

    A range of smaller start position and the greater end position.




    with(start?: Position, end?: Position): Range


    Create a new range derived from this range.










    ParameterDescription
    start?: Position

    A position that should be used as start. The default value is the current start.


    end?: Position

    A position that should be used as end. The default value is the current end.


    ReturnsDescription
    Range

    A range derived from this range with the given start and end position.
    If start and end are not different this range will be returned.




    SignatureHelp" class="reference-link">SignatureHelp

    Signature help represents the signature of something
    callable. There can be multiple signatures but only one
    active and only one active parameter.


    Properties

    activeParameter: number


    The active parameter of the active signature.



    activeSignature: number


    The active signature.



    signatures: SignatureInformation[]


    One or more signatures.



    SignatureHelpProvider" class="reference-link">SignatureHelpProvider

    The signature help provider interface defines the contract between extensions and
    the parameter hints-feature.


    Methods

    provideSignatureHelp(document: TextDocument, position: Position, token: CancellationToken): SignatureHelp | Thenable<SignatureHelp>


    Provide help for the signature at the given position and document.











    ParameterDescription
    document: TextDocument

    The document in which the command was invoked.


    position: Position

    The position at which the command was invoked.


    token: CancellationToken

    A cancellation token.


    ReturnsDescription
    SignatureHelp | Thenable<SignatureHelp>

    Signature help or a thenable that resolves to such. The lack of a result can be
    signaled by returning undefined or null.




    SignatureInformation" class="reference-link">SignatureInformation

    Represents the signature of something callable. A signature
    can have a label, like a function-name, a doc-comment, and
    a set of parameters.


    Constructors

    new SignatureInformation(label: string, documentation?: string): SignatureInformation


    Creates a new signature information object.










    ParameterDescription
    label: string

    A label string.


    documentation?: string

    A doc string.


    ReturnsDescription
    SignatureInformation


    Properties

    documentation: string


    The human-readable doc-comment of this signature. Will be shown
    in the UI but can be omitted.



    label: string


    The label of this signature. Will be shown in
    the UI.



    parameters: ParameterInformation[]


    The parameters of this signature.



    StatusBarAlignment" class="reference-link">StatusBarAlignment

    Represents the alignment of status bar items.


    Enumeration members

    Left


    Right


    StatusBarItem" class="reference-link">StatusBarItem

    A status bar item is a status bar contribution that can
    show text and icons and run a command on click.


    Properties

    alignment: StatusBarAlignment


    The alignment of this item.



    • readonly



    color: string


    The foreground color for this entry.



    command: string


    The identifier of a command to run on click. The command must be
    known.



    priority: number


    The priority of this item. Higher value means the item should
    be shown more to the left.



    • readonly



    text: string


    The text to show for the entry. You can embed icons in the text by leveraging the syntax:


    My text $(icon-name) contains icons like $(icon'name) this one.


    Where the icon-name is taken from the octicon icon set, e.g.
    light-bulb, thumbsup, zap etc.



    tooltip: string


    The tooltip text when you hover over this entry.



    Methods

    dispose(): void


    Dispose and free associated resources. Call
    hide.







    ReturnsDescription
    void


    hide(): void


    Hide the entry in the status bar.







    ReturnsDescription
    void


    show(): void


    Shows the entry in the status bar.







    ReturnsDescription
    void


    SymbolInformation" class="reference-link">SymbolInformation

    Represents information about programming constructs like variables, classes,
    interfaces etc.


    Constructors

    new SymbolInformation(name: string, kind: SymbolKind, range: Range, uri?: Uri, containerName?: string): SymbolInformation


    Creates a new symbol information object.













    ParameterDescription
    name: string

    The name of the symbol.


    kind: SymbolKind

    The kind of the symbol.


    range: Range

    The range of the location of the symbol.


    uri?: Uri

    The resource of the location of symbol, defaults to the current document.


    containerName?: string

    The name of the symbol containing the symbol.


    ReturnsDescription
    SymbolInformation


    Properties

    containerName: string


    The name of the symbol containing this symbol.



    kind: SymbolKind


    The kind of this symbol.



    location: Location


    The location of this symbol.



    name: string


    The name of this symbol.



    SymbolKind" class="reference-link">SymbolKind

    A symbol kind.


    Enumeration members

    Array


    Boolean


    Class


    Constant


    Constructor


    Enum


    Field


    File


    Function


    Interface


    Key


    Method


    Module


    Namespace


    Null


    Number


    Object


    Package


    Property


    String


    Variable


    TextDocument" class="reference-link">TextDocument

    Represents a text document, such as a source file. Text documents have
    lines and knowledge about an underlying resource like a file.


    Properties

    fileName: string


    The file system path of the associated resource. Shorthand
    notation for TextDocument.uri.fsPath. Independent of the uri scheme.



    • readonly



    isDirty: boolean


    true if there are unpersisted changes.



    • readonly



    isUntitled: boolean


    Is this document representing an untitled file.



    • readonly



    languageId: string


    The identifier of the language associated with this document.



    • readonly



    lineCount: number


    The number of lines in this document.



    • readonly



    uri: Uri


    The associated URI for this document. Most documents have the file-scheme, indicating that they
    represent files on disk. However, some documents may have other schemes indicating that they are not
    available on disk.



    • readonly



    version: number


    The version number of this document (it will strictly increase after each
    change, including undo/redo).



    • readonly



    Methods

    getText(range?: Range): string


    Get the text of this document. A substring can be retrieved by providing
    a range. The range will be adjusted.









    ParameterDescription
    range?: Range

    Include only the text included by the range.


    ReturnsDescription
    string

    The text inside the provided range or the entire text.




    getWordRangeAtPosition(position: Position): Range


    Get a word-range at the given position. By default words are defined by
    common separators, like space, -, _, etc. In addition, per languge custom
    word definitions can be defined.


    The position will be adjusted.









    ParameterDescription
    position: Position

    A position.


    ReturnsDescription
    Range

    A range spanning a word, or undefined.




    lineAt(line: number): TextLine


    Returns a text line denoted by the line number. Note
    that the returned object is not live and changes to the
    document are not reflected.









    ParameterDescription
    line: number

    A line number in [0, lineCount).


    ReturnsDescription
    TextLine

    A line.




    lineAt(position: Position): TextLine


    Returns a text line denoted by the position. Note
    that the returned object is not live and changes to the
    document are not reflected.


    The position will be adjusted.



    • see - TextDocument.lineAt









    ParameterDescription
    position: Position

    A position.


    ReturnsDescription
    TextLine

    A line.




    offsetAt(position: Position): number


    Converts the position to a zero-based offset.


    The position will be adjusted.









    ParameterDescription
    position: Position

    A position.


    ReturnsDescription
    number

    A valid zero-based offset.




    positionAt(offset: number): Position


    Converts a zero-based offset to a position.









    ParameterDescription
    offset: number

    A zero-based offset.


    ReturnsDescription
    Position

    A valid position.




    save(): Thenable<boolean>


    Save the underlying file.







    ReturnsDescription
    Thenable<boolean>

    A promise that will resolve to true when the file
    has been saved.




    validatePosition(position: Position): Position


    Ensure a position is contained in the range of this document.









    ParameterDescription
    position: Position

    A position.


    ReturnsDescription
    Position

    The given position or a new, adjusted position.




    validateRange(range: Range): Range


    Ensure a range is completely contained in this document.









    ParameterDescription
    range: Range

    A range.


    ReturnsDescription
    Range

    The given range or a new, adjusted range.




    TextDocumentChangeEvent" class="reference-link">TextDocumentChangeEvent

    An event describing a transactional document change.


    Properties

    contentChanges: TextDocumentContentChangeEvent[]


    An array of content changes.



    document: TextDocument


    The affected document.



    TextDocumentContentChangeEvent" class="reference-link">TextDocumentContentChangeEvent

    An event describing an individual change in the text of a document.


    Properties

    range: Range


    The range that got replaced.



    rangeLength: number


    The length of the range that got replaced.



    text: string


    The new text for the range.



    TextDocumentContentProvider" class="reference-link">TextDocumentContentProvider

    A text document content provider allows to add readonly documents
    to the editor, such as source from a dll or generated html from md.


    Content providers are registered
    for a uri-scheme. When a uri with that scheme is to
    be loaded the content provider is
    asked.


    Events

    onDidChange?: Event<Uri>


    An event to signal a resource has changed.



    Methods

    provideTextDocumentContent(uri: Uri, token: CancellationToken): string | Thenable<string>


    Provide textual content for a given uri.


    The editor will use the returned string-content to create a readonly
    document. Resources allocated should be released when
    the corresponding document has been closed.










    ParameterDescription
    uri: Uri

    An uri which scheme matches the scheme this provider was registered for.


    token: CancellationToken

    A cancellation token.


    ReturnsDescription
    string | Thenable<string>

    A string or a thenable that resolves to such.




    TextEdit" class="reference-link">TextEdit

    A text edit represents edits that should be applied
    to a document.


    Static

    delete(range: Range): TextEdit


    Utility to create a delete edit.









    ParameterDescription
    range: Range

    A range.


    ReturnsDescription
    TextEdit

    A new text edit object.




    insert(position: Position, newText: string): TextEdit


    Utility to create an insert edit.










    ParameterDescription
    position: Position

    A position, will become an empty range.


    newText: string

    A string.


    ReturnsDescription
    TextEdit

    A new text edit object.




    replace(range: Range, newText: string): TextEdit


    Utility to create a replace edit.










    ParameterDescription
    range: Range

    A range.


    newText: string

    A string.


    ReturnsDescription
    TextEdit

    A new text edit object.




    Constructors

    new TextEdit(range: Range, newText: string): TextEdit


    Create a new TextEdit.










    ParameterDescription
    range: Range

    A range.


    newText: string

    A string.


    ReturnsDescription
    TextEdit


    Properties

    newText: string


    The string this edit will insert.



    range: Range


    The range this edit applies to.



    TextEditor" class="reference-link">TextEditor

    Represents an editor that is attached to a document.


    Properties

    document: TextDocument


    The document associated with this text editor. The document will be the same for the entire lifetime of this text editor.



    options: TextEditorOptions


    Text editor options.



    selection: Selection


    The primary selection on this text editor. Shorthand for TextEditor.selections[0].



    selections: Selection[]


    The selections in this text editor. The primary selection is always at index 0.



    viewColumn: ViewColumn


    The column in which this editor shows. Will be undefined in case this
    isn't one of the three main editors, e.g an embedded editor.



    Methods

    edit(callback: (editBuilder: TextEditorEdit) => void): Thenable<boolean>


    Perform an edit on the document associated with this text editor.


    The given callback-function is invoked with an edit-builder which must
    be used to make edits. Note that the edit-builder is only valid while the
    callback executes.









    ParameterDescription
    callback: (editBuilder: TextEditorEdit) => void

    A function which can make edits using an edit-builder.


    ReturnsDescription
    Thenable<boolean>

    A promise that resolves with a value indicating if the edits could be applied.




    hide(): void


    Hide the text editor.



    • deprecated - This method is deprecated. Use the command 'workbench.action.closeActiveEditor' instead.
      This method shows unexpected behavior and will be removed in the next major update.







    ReturnsDescription
    void


    revealRange(range: Range, revealType?: TextEditorRevealType): void


    Scroll as indicated by revealType in order to reveal the given range.










    ParameterDescription
    range: Range

    A range.


    revealType?: TextEditorRevealType

    The scrolling strategy for revealing range.


    ReturnsDescription
    void


    setDecorations(decorationType: TextEditorDecorationType, rangesOrOptions: Range[] | DecorationOptions[]): void


    Adds a set of decorations to the text editor. If a set of decorations already exists with
    the given decoration type, they will be replaced.



    • see - createTextEditorDecorationType.










    ParameterDescription
    decorationType: TextEditorDecorationType

    A decoration type.


    rangesOrOptions: Range[] | DecorationOptions[]

    Either ranges or more detailed options.


    ReturnsDescription
    void


    show(column?: ViewColumn): void


    Show the text editor.



    • deprecated - This method is deprecated. Use window.showTextDocument
      instead. This method shows unexpected behavior and will be removed in the next major update.









    ParameterDescription
    column?: ViewColumn

    The column in which to show this editor.


    ReturnsDescription
    void


    TextEditorDecorationType" class="reference-link">TextEditorDecorationType

    Represents a handle to a set of decorations
    sharing the same styling options in a text editor.


    To get an instance of a TextEditorDecorationType use
    createTextEditorDecorationType.


    Properties

    key: string


    Internal representation of the handle.



    • readonly



    Methods

    dispose(): void


    Remove this decoration type and all decorations on all text editors using it.







    ReturnsDescription
    void


    TextEditorEdit" class="reference-link">TextEditorEdit

    A complex edit that will be applied in one transaction on a TextEditor.
    This holds a description of the edits and if the edits are valid (i.e. no overlapping regions, document was not changed in the meantime, etc.)
    they can be applied on a document associated with a text editor.


    Methods

    delete(location: Range | Selection): void


    Delete a certain text region.









    ParameterDescription
    location: Range | Selection

    The range this operation should remove.


    ReturnsDescription
    void


    insert(location: Position, value: string): void


    Insert text at a location.
    You can use \r\n or \n in value and they will be normalized to the current document.
    Although the equivalent text edit can be made with replace, insert will produce a different resulting selection (it will get moved).










    ParameterDescription
    location: Position

    The position where the new text should be inserted.


    value: string

    The new text this operation should insert.


    ReturnsDescription
    void


    replace(location: Position | Range | Selection, value: string): void


    Replace a certain text region with a new value.
    You can use \r\n or \n in value and they will be normalized to the current document.










    ParameterDescription
    location: Position | Range | Selection

    The range this operation should remove.


    value: string

    The new text this operation should insert after removing location.


    ReturnsDescription
    void


    TextEditorOptions" class="reference-link">TextEditorOptions

    Represents a text editor's options.


    Properties

    insertSpaces?: boolean | string


    When pressing Tab insert n spaces.
    When getting a text editor's options, this property will always be a boolean (resolved).
    When setting a text editor's options, this property is optional and it can be a boolean or "auto".



    tabSize?: number | string


    The size in spaces a tab takes. This is used for two purposes:



    • the rendering width of a tab character;

    • the number of spaces to insert when insertSpaces is true.
      When getting a text editor's options, this property will always be a number (resolved).
      When setting a text editor's options, this property is optional and it can be a number or "auto".



    TextEditorOptionsChangeEvent" class="reference-link">TextEditorOptionsChangeEvent

    Represents an event describing the change in a text editor's options.


    Properties

    options: TextEditorOptions


    The new value for the text editor's options.



    textEditor: TextEditor


    The text editor for which the options have changed.



    TextEditorRevealType" class="reference-link">TextEditorRevealType

    Represents different reveal strategies in a text editor.


    Enumeration members

    Default


    InCenter


    InCenterIfOutsideViewport


    TextEditorSelectionChangeEvent" class="reference-link">TextEditorSelectionChangeEvent

    Represents an event describing the change in a text editor's selections.


    Properties

    selections: Selection[]


    The new value for the text editor's selections.



    textEditor: TextEditor


    The text editor for which the selections have changed.



    TextEditorViewColumnChangeEvent" class="reference-link">TextEditorViewColumnChangeEvent

    Represents an event describing the change of a text editor's view column.


    Properties

    textEditor: TextEditor


    The text editor for which the options have changed.



    viewColumn: ViewColumn


    The new value for the text editor's view column.



    TextLine" class="reference-link">TextLine

    Represents a line of text, such as a line of source code.


    TextLine objects are immutable. When a document changes,
    previously retrieved lines will not represent the latest state.


    Properties

    firstNonWhitespaceCharacterIndex: number


    The offset of the first character which is not a whitespace character as defined
    by /\s/.



    • readonly



    isEmptyOrWhitespace: boolean


    Whether this line is whitespace only, shorthand
    for TextLine.firstNonWhitespaceCharacterIndex === TextLine.text.length.



    • readonly



    lineNumber: number


    The zero-based line number.



    • readonly



    range: Range


    The range this line covers without the line separator characters.



    • readonly



    rangeIncludingLineBreak: Range


    The range this line covers with the line separator characters.



    • readonly



    text: string


    The text of this line without the line separator characters.



    • readonly



    ThemableDecorationRenderOptions" class="reference-link">ThemableDecorationRenderOptions

    Represents theme specific rendering styles for a text editor decoration.


    Properties

    backgroundColor?: string


    Background color of the decoration. Use rgba() and define transparent background colors to play well with other decorations.



    borderColor?: string


    CSS styling property that will be applied to text enclosed by a decoration.



    borderRadius?: string


    CSS styling property that will be applied to text enclosed by a decoration.



    borderSpacing?: string


    CSS styling property that will be applied to text enclosed by a decoration.



    borderStyle?: string


    CSS styling property that will be applied to text enclosed by a decoration.



    borderWidth?: string


    CSS styling property that will be applied to text enclosed by a decoration.



    color?: string


    CSS styling property that will be applied to text enclosed by a decoration.



    cursor?: string


    CSS styling property that will be applied to text enclosed by a decoration.



    gutterIconPath?: string


    An absolute path to an image to be rendered in the gutterIconPath.



    letterSpacing?: string


    CSS styling property that will be applied to text enclosed by a decoration.



    outlineColor?: string


    CSS styling property that will be applied to text enclosed by a decoration.



    outlineStyle?: string


    CSS styling property that will be applied to text enclosed by a decoration.



    outlineWidth?: string


    CSS styling property that will be applied to text enclosed by a decoration.



    overviewRulerColor?: string


    The color of the decoration in the overview ruler. Use rgba() and define transparent colors to play well with other decorations.



    textDecoration?: string


    CSS styling property that will be applied to text enclosed by a decoration.



    Uri" class="reference-link">Uri

    A universal resource identifier representing either a file on disk
    or another resource, like untitled resources.


    Static

    file(path: string): Uri


    Create an URI from a file system path. The scheme
    will be file.









    ParameterDescription
    path: string

    A file system or UNC path.


    ReturnsDescription
    Uri

    A new Uri instance.




    parse(value: string): Uri


    Create an URI from a string. Will throw if the given value is not
    valid.









    ParameterDescription
    value: string

    The string value of an Uri.


    ReturnsDescription
    Uri

    A new Uri instance.




    Properties

    authority: string


    Authority is the www.msft.com part of http://www.msft.com/some/path?query#fragment.
    The part between the first double slashes and the next slash.



    fragment: string


    Fragment is the fragment part of http://www.msft.com/some/path?query#fragment.



    fsPath: string


    The string representing the corresponding file system path of this URI.


    Will handle UNC paths and normalize windows drive letters to lower-case. Also
    uses the platform specific path separator. Will not validate the path for
    invalid characters and semantics. Will not look at the scheme of this URI.



    path: string


    Path is the /some/path part of http://www.msft.com/some/path?query#fragment.



    query: string


    Query is the query part of http://www.msft.com/some/path?query#fragment.



    scheme: string


    Scheme is the http part of http://www.msft.com/some/path?query#fragment.
    The part before the first colon.



    Methods

    toJSON(): any


    Returns a JSON representation of this Uri.







    ReturnsDescription
    any

    An object.




    toString(): string


    Returns a canonical representation of this URI. The representation and normalization
    of a URI depends on the scheme.







    ReturnsDescription
    string

    A string that is the encoded version of this Uri.




    ViewColumn" class="reference-link">ViewColumn

    Denotes a column in the VS Code window. Columns are
    used to show editors side by side.


    Enumeration members

    One


    1

    Three


    3

    Two


    2

    WorkspaceConfiguration" class="reference-link">WorkspaceConfiguration

    Represents the workspace configuration. The workspace configuration
    is always a merged view of the configuration of the current workspace
    and the installation-wide configuration.


    Methods

    get<T>(section: string, defaultValue?: T): T


    Return a value from this configuration.










    ParameterDescription
    section: string

    Configuration name, supports dotted names.


    defaultValue?: T

    A value should be returned when no value could be found, is undefined.


    ReturnsDescription
    T

    The value section denotes or the default.




    has(section: string): boolean


    Check if this configuration has a certain value.









    ParameterDescription
    section: string

    configuration name, supports dotted names.


    ReturnsDescription
    boolean

    true iff the section doesn't resolve to undefined.




    WorkspaceEdit" class="reference-link">WorkspaceEdit

    A workspace edit represents textual changes for many documents.


    Properties

    size: number


    The number of affected resources.



    • readonly



    Methods

    delete(uri: Uri, range: Range): void


    Delete the text at the given range.










    ParameterDescription
    uri: Uri

    A resource identifier.


    range: Range

    A range.


    ReturnsDescription
    void


    entries(): [Uri, TextEdit[]][]


    Get all text edits grouped by resource.







    ReturnsDescription
    [Uri, TextEdit[]][]

    An array of [Uri, TextEdit[]]-tuples.




    get(uri: Uri): TextEdit[]


    Get the text edits for a resource.









    ParameterDescription
    uri: Uri

    A resource identifier.


    ReturnsDescription
    TextEdit[]

    An array of text edits.




    has(uri: Uri): boolean


    Check if this edit affects the given resource.









    ParameterDescription
    uri: Uri

    A resource identifier.


    ReturnsDescription
    boolean

    true if the given resource will be touched by this edit.




    insert(uri: Uri, position: Position, newText: string): void


    Insert the given text at the given position.











    ParameterDescription
    uri: Uri

    A resource identifier.


    position: Position

    A position.


    newText: string

    A string.


    ReturnsDescription
    void


    replace(uri: Uri, range: Range, newText: string): void


    Replace the given range with given text for the given resource.











    ParameterDescription
    uri: Uri

    A resource identifier.


    range: Range

    A range.


    newText: string

    A string.


    ReturnsDescription
    void


    set(uri: Uri, edits: TextEdit[]): void


    Set (and replace) text edits for a resource.










    ParameterDescription
    uri: Uri

    A resource identifier.


    edits: TextEdit[]

    An array of text edits.


    ReturnsDescription
    void


    WorkspaceSymbolProvider" class="reference-link">WorkspaceSymbolProvider

    The workspace symbol provider interface defines the contract between extensions and
    the symbol search-feature.


    Methods

    provideWorkspaceSymbols(query: string, token: CancellationToken): SymbolInformation[] | Thenable<SymbolInformation[]>


    Project-wide search for a symbol matching the given query string. It is up to the provider
    how to search given the query string, like substring, indexOf etc.










    ParameterDescription
    query: string

    A non-empty query string.


    token: CancellationToken

    A cancellation token.


    ReturnsDescription
    SymbolInformation[] | Thenable<SymbolInformation[]>

    An array of document highlights or a thenable that resolves to such. The lack of a result can be
    signaled by returning undefined, null, or an empty array.