mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-10 18:04:18 -05:00
add template to jsdoc completion (#21978)
This commit is contained in:
committed by
Mohamed Hegazy
parent
8341b1369d
commit
b6f82adfed
@@ -37,6 +37,7 @@ namespace ts.JsDoc {
|
||||
"see",
|
||||
"since",
|
||||
"static",
|
||||
"template",
|
||||
"throws",
|
||||
"type",
|
||||
"typedef",
|
||||
|
||||
@@ -59,6 +59,7 @@ verify.completionListContains("constructor");
|
||||
verify.completionListContains("param");
|
||||
verify.completionListContains("type");
|
||||
verify.completionListContains("method");
|
||||
verify.completionListContains("template");
|
||||
|
||||
goTo.marker('2');
|
||||
verify.completionListContains("constructor");
|
||||
|
||||
Reference in New Issue
Block a user