mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-26 10:43:51 -05:00
Remove unnecessary comment
This commit is contained in:
@@ -842,10 +842,6 @@ namespace ts.Completions {
|
||||
const lineStart = getLineStartPositionForPosition(position, sourceFile);
|
||||
shouldAppendAtSignBeforeJsDocTagName = sourceFile.text.substr(lineStart, position).indexOf("@") === -1;
|
||||
|
||||
// This is for the case
|
||||
// /**
|
||||
// * |completion here|
|
||||
// **/
|
||||
if (shouldAppendAtSignBeforeJsDocTagName) {
|
||||
isJsDocTagName = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user