Class DefaultNodeKindProvider

Default implementation of the NodeKindProvider interface.

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.

Implements

Constructors

Methods