We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
method
1 parent ae2a13c commit c9111a0Copy full SHA for c9111a0
2 files changed
src/services/jsDoc.ts
@@ -23,6 +23,7 @@ namespace ts.JsDoc {
23
"lends",
24
"link",
25
"memberOf",
26
+ "method",
27
"name",
28
"namespace",
29
"param",
tests/cases/fourslash/completionInJsDoc.ts
@@ -30,6 +30,7 @@ goTo.marker('1');
30
verify.completionListContains("constructor");
31
verify.completionListContains("param");
32
verify.completionListContains("type");
33
+verify.completionListContains("method");
34
35
goTo.marker('2');
36
0 commit comments