Interface IInlineCompleterActions

Hierarchy

  • IInlineCompleterActions

Methods

  • Experimental

    Accept active inline completion.

    Parameters

    • id: string

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

    Returns void

  • Experimental

    Configure the inline completer.

    Parameters

    Returns void

  • Experimental

    Switch to next or previous completion of inline completer.

    Parameters

    • id: string

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

    • direction: "next" | "previous"

      the cycling direction

    Returns void

  • Experimental

    Invoke inline completer.

    Parameters

    • id: string

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

    Returns void

Generated using TypeDoc