CompletionItem


Description:

public CompletionItem (string label, CompletionItemKind kind = UNSET)

Creates a new completion item with a label.

Parameters:

label

the string displayed for this completion item

kind

the type of completion item, or use CompletionItemKind.UNSET for a default