Class HistoryInlineCompletionProvider

An example inline completion provider using history to populate suggestions.

Implements

Constructors

Properties

_maxSuggestions: number = 100
identifier: "@jupyterlab/inline-completer:history" = '@jupyterlab/inline-completer:history'

Unique identifier, cannot change on runtime.

The identifier is also added on data attribute of ghost text widget, allowing different providers to style the ghost text differently.

Accessors

Methods