A command to be executed after the completion is inserted (experimental)
the identifier of the completer
an HTML string that would be displayed as an additional popup
a plain text that would be displayed as an additional popup. If docHTML
exists,
it would be used instead of docText
.
a short description of the completion
An object specifying the range of text to be replaced with the new completion value (experimental)
a numerical value that determines the order in which completions would be displayed. A lower score means that the completion would be displayed further from the start
a text snippet that would be inserted when the completion is selected
The text that would be inserted when selecting this completion.
Generated using TypeDoc
the text that would be displayed in the completion list. If omitted, value or snippet would be shown instead.