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 3ab385f commit abb5c07Copy full SHA for abb5c07
src/services/completions.ts
@@ -59,6 +59,7 @@ import {
59
findAncestor,
60
findChildOfKind,
61
findPrecedingToken,
62
+ findNextToken,
63
first,
64
firstDefined,
65
flatMap,
@@ -205,6 +206,7 @@ import {
205
206
isPropertyAccessExpression,
207
isPropertyDeclaration,
208
isPropertyNameLiteral,
209
+ isPropertyAssignment,
210
isRegularExpressionLiteral,
211
isShorthandPropertyAssignment,
212
isSingleOrDoubleQuote,
@@ -358,8 +360,6 @@ import {
358
360
UserPreferences,
359
361
VariableDeclaration,
362
walkUpParenthesizedExpressions,
- isPropertyAssignment,
- findNextToken,
363
} from "./_namespaces/ts";
364
import { StringCompletions } from "./_namespaces/ts.Completions";
365
0 commit comments