CompletionContext
Defined in: extensions/autocomplete/types.ts:133
Properties
Section titled “Properties”before
Section titled “before”before:
string
Defined in: extensions/autocomplete/types.ts:135
The code before the cursor.
explicit
Section titled “explicit”explicit:
boolean
Defined in: extensions/autocomplete/types.ts:143
True if the completion was started explicitly with Ctrl+Space. False otherwise.
language
Section titled “language”language:
string
Defined in: extensions/autocomplete/types.ts:141
The language at the cursor’s position.
lineBefore
Section titled “lineBefore”lineBefore:
string
Defined in: extensions/autocomplete/types.ts:137
The line before the cursor.
pos:
number
Defined in: extensions/autocomplete/types.ts:139
The cursor’s position in the document.