Langium - v4.0.0
    Preparing search index...

    Class LangiumGrammarCompletionProvider

    Language-specific service for handling completion requests.

    Hierarchy (View Summary)

    Index

    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