We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7edd3df commit 1d8e74bCopy full SHA for 1d8e74b
src/complete.ts
@@ -68,6 +68,7 @@ export const dontComplete = [
68
"VariableDefinition", "TypeDefinition", "Label",
69
"PropertyDefinition", "PropertyName",
70
"PrivatePropertyDefinition", "PrivatePropertyName",
71
+ "JSXText", "JSXAttributeValue", "JSXOpenTag", "JSXCloseTag", "JSXSelfClosingTag",
72
".", "?."
73
]
74
0 commit comments