We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a784bf3 commit 5727b87Copy full SHA for 5727b87
src/autocomplete/TopLevelSectionCompletionProvider.ts
@@ -1,6 +1,6 @@
1
import { CompletionItem, CompletionItemKind, CompletionParams, InsertTextFormat } from 'vscode-languageserver';
2
import { Context } from '../context/Context';
3
-import { TopLevelSection, TopLevelSections } from '../context/ContextType';
+import { TopLevelSection, TopLevelSections, TopLevelSectionsWithLogicalIdsSet } from '../context/ContextType';
4
import { SyntaxTreeManager } from '../context/syntaxtree/SyntaxTreeManager';
5
import { DocumentType } from '../document/Document';
6
import { DocumentManager } from '../document/DocumentManager';
0 commit comments