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 fc5e72b commit dc8a10eCopy full SHA for dc8a10e
tests/cases/fourslash/completionsAtJsDoc.ts
@@ -0,0 +1,8 @@
1
+/// <reference path="fourslash.ts" />
2
+
3
+////interface Foo<T> { }
4
+/////**
5
+//// * @type {Foo<{/**/}>}
6
+//// */
7
8
+verify.completions({ marker: "", exact: [], isNewIdentifierLocation: true });
0 commit comments