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.
import
1 parent a4a4f0a commit 28e89acCopy full SHA for 28e89ac
1 file changed
typescript/src/completionsAtPosition.ts
@@ -188,6 +188,7 @@ export const getCompletionsAtPosition = (
188
'debugger',
189
'default',
190
'super',
191
+ 'import',
192
]
193
prior.entries = prior.entries.map(entry => {
194
if (entry.kind !== ts.ScriptElementKind.keyword || charAhead === ' ' || bannedKeywords.includes(entry.name)) return entry
0 commit comments