We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441c588 commit e74df1eCopy full SHA for e74df1e
1 file changed
src/services/completions.ts
@@ -842,10 +842,6 @@ namespace ts.Completions {
842
const lineStart = getLineStartPositionForPosition(position, sourceFile);
843
shouldAppendAtSignBeforeJsDocTagName = sourceFile.text.substr(lineStart, position).indexOf("@") === -1;
844
845
- // This is for the case
846
- // /**
847
- // * |completion here|
848
- // **/
849
if (shouldAppendAtSignBeforeJsDocTagName) {
850
isJsDocTagName = true;
851
}
0 commit comments