Type Alias SelectedCompletionInfo

SelectedCompletionInfo: { range: Range; text: string }

Describes the currently selected completion item.

Type declaration

  • range: Range

    The range that will be replaced if this completion item is accepted.

  • text: string

    The text the range will be replaced with if this completion is accepted.

3.18.0