Default implementation of the NodeKindProvider interface.
NodeKindProvider
This implementation returns SymbolKind.Field for all nodes and CompletionItemKind.Reference for all nodes. Extend this class to customize symbol and completion types your langauge.
SymbolKind.Field
CompletionItemKind.Reference
The default implementation returns CompletionItemKind.Reference for all nodes.
The default implementation returns SymbolKind.Field for all nodes.
Default implementation of the
NodeKindProvider
interface.Remarks
This implementation returns
SymbolKind.Field
for all nodes andCompletionItemKind.Reference
for all nodes. Extend this class to customize symbol and completion types your langauge.