Class LangiumGrammarCompletionProvider

Language-specific service for handling completion requests.

Hierarchy (view full)

Constructors

Properties

astReflection: AstReflection
completionOptions?: CompletionProviderOptions

Contains the completion options for this completion provider.

If multiple languages return different options, they are merged before being sent to the language client.

completionParser: LangiumCompletionParser
documentationProvider: DocumentationProvider
fuzzyMatcher: FuzzyMatcher
grammar: Grammar
grammarConfig: GrammarConfig
lexer: Lexer
nameProvider: NameProvider
nodeKindProvider: NodeKindProvider
scopeProvider: ScopeProvider

Methods