lsp / org.pinelang.lsp.lsp.models / CompletionItem / kind
kind¶
val kind:
Int
?
The kind of this completion item. Based of the kind an icon is chosen by the editor. The
standardized set of available values is defined in CompletionItemKind
.
lsp / org.pinelang.lsp.lsp.models / CompletionItem / kind
val kind:
Int
?
The kind of this completion item. Based of the kind an icon is chosen by the editor. The
standardized set of available values is defined in CompletionItemKind
.