lsp / org.pinelang.lsp.lsp.models / CompletionItem / commitCharacters
commitCharacters¶
val commitCharacters:
List
<
String
>?
An optional set of characters that when pressed while this completion is active will accept
it first and then type that character. Note that all commit characters should have
length=1
and that superfluous characters will be ignored.