Langium - v4.0.0
    Preparing search index...

    Type Alias TextDocumentProvider

    Surrogate definition of the TextDocuments interface from the vscode-languageserver package. No implementation object is expected to be offered by LangiumCoreServices, but only by LangiumLSPServices.

    type TextDocumentProvider = {
        get(uri: string | URI): undefined | TextDocument;
    }
    Index

    Methods

    Methods