Merge pull request #12897 from Microsoft/Fix12316

Add `method` to known tag names
This commit is contained in:
Mohamed Hegazy 2016-12-13 21:40:03 -08:00 committed by GitHub
commit 8f4cefe4fd
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@ namespace ts.JsDoc {
"lends",
"link",
"memberOf",
"method",
"name",
"namespace",
"param",

View file

@ -30,6 +30,7 @@ goTo.marker('1');
verify.completionListContains("constructor");
verify.completionListContains("param");
verify.completionListContains("type");
verify.completionListContains("method");
goTo.marker('2');
verify.completionListContains("constructor");