OptionalcaptionOptionalcommandA command to be executed after the completion is inserted (experimental)
OptionalcompleterOptionalcompleterthe identifier of the completer
Optionaldocan HTML string that would be displayed as an additional popup
Optionaldoca plain text that would be displayed as an additional popup. If docHTML exists,
it would be used instead of docText.
OptionalhideOptionalmetaa short description of the completion
OptionalrangeAn object specifying the range of text to be replaced with the new completion value (experimental)
Optionalscorea 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
Optionalskipa boolean value to decide if the popup item is going to skip the filtering process done using prefix text.
Optionalsnippeta text snippet that would be inserted when the completion is selected
OptionalvalueThe text that would be inserted when selecting this completion.
the text that would be displayed in the completion list. If omitted, value or snippet would be shown instead.