+18
@@ -0,0 +1,18 @@
|
||||
/******************************************************************************
|
||||
* Copyright 2023 TypeFox GmbH
|
||||
* This program and the accompanying materials are made available under the
|
||||
* terms of the MIT License, which is available in the project root.
|
||||
******************************************************************************/
|
||||
import type { NextFeature } from '../../lsp/completion/follow-element-computation.js';
|
||||
import { DefaultCompletionProvider, type CompletionAcceptor, type CompletionContext } from '../../lsp/completion/completion-provider.js';
|
||||
import type { MaybePromise } from '../../utils/promise-utils.js';
|
||||
import type { AbstractElement } from '../../languages/generated/ast.js';
|
||||
import type { LangiumServices } from '../../lsp/lsp-services.js';
|
||||
export declare class LangiumGrammarCompletionProvider extends DefaultCompletionProvider {
|
||||
private readonly documents;
|
||||
constructor(services: LangiumServices);
|
||||
protected completionFor(context: CompletionContext, next: NextFeature<AbstractElement>, acceptor: CompletionAcceptor): MaybePromise<void>;
|
||||
private completeImportPath;
|
||||
private getAllFiles;
|
||||
}
|
||||
//# sourceMappingURL=grammar-completion-provider.d.ts.map
|
||||
Reference in New Issue
Block a user