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.
2 parents 60ab007 + b2199d3 commit 149dcf1Copy full SHA for 149dcf1
src/services/completions.ts
@@ -56,7 +56,7 @@ namespace ts.Completions {
56
addRange(entries, keywordCompletions);
57
}
58
59
- return { isMemberCompletion, isNewIdentifierLocation: isNewIdentifierLocation || isSourceFileJavaScript(sourceFile), entries };
+ return { isMemberCompletion, isNewIdentifierLocation: isNewIdentifierLocation, entries };
60
61
function getJavaScriptCompletionEntries(sourceFile: SourceFile, position: number, uniqueNames: Map<string>): CompletionEntry[] {
62
const entries: CompletionEntry[] = [];
0 commit comments