Interface ICompletionProviderManager

Hierarchy

  • ICompletionProviderManager

Properties

activeProvidersChanged: ISignal<ICompletionProviderManager, void>

Signal emitted when active providers list is changed.

Inline completer actions.

inlineProviders?: IInlineCompletionProviderInfo[]

Inline providers information.

Methods

  • Invoke the completer in the widget with provided id.

    Parameters

    • id: string

      the id of notebook panel, console panel or code editor.

    Returns void

  • Register a completer provider with the manager.

    Parameters

    Returns void

  • Activate select command in the widget with provided id.

    Parameters

    • id: string

      the id of notebook panel, console panel or code editor.

    Returns void

  • Set inline completer factory.

    Parameters

    Returns void

  • Update completer handler of a widget with new context.

    Parameters

    Returns Promise<void>

Generated using TypeDoc