Langium - v4.0.0
    Preparing search index...

    Interface InlayHintProvider

    Provider for the inlay hint LSP type.

    interface InlayHintProvider {
        getInlayHints(
            document: LangiumDocument,
            params: InlayHintParams,
            cancelToken?: Cancellation.CancellationToken,
        ): MaybePromise<undefined | InlayHint[]>;
    }

    Implemented by

    Index

    Methods