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 b12d5c5 commit 1c07983Copy full SHA for 1c07983
src/services/completions.ts
@@ -738,10 +738,6 @@ namespace ts.Completions {
738
insertText = `${escapeSnippetText(name)}={$1}`;
739
isSnippet = true;
740
}
741
-
742
- if (isSnippet) {
743
- replacementSpan = createTextSpanFromNode(location, sourceFile);
744
- }
745
746
747
if (insertText !== undefined && !preferences.includeCompletionsWithInsertText) {
0 commit comments