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 7dddcb8 commit 705774eCopy full SHA for 705774e
tests/cases/fourslash/completionInJsDoc.ts
@@ -84,23 +84,18 @@ goTo.marker('8');
84
verify.completionListContains('number');
85
86
goTo.marker('9');
87
-verify.completionListCount(40);
88
verify.completionListContains("@argument");
89
90
goTo.marker('10');
91
92
verify.completionListContains("@returns");
93
94
goTo.marker('11');
95
96
97
98
goTo.marker('12');
99
100
verify.completionListContains("@constructor");
101
102
goTo.marker('13');
103
104
verify.completionListContains("@param");
105
106
goTo.marker('14');
0 commit comments