fix(52761): overload tag is not supported in completions (#52762)

This commit is contained in:
Oleksandr T 2023-02-15 00:25:00 +02:00 committed by GitHub
parent 84b8483206
commit de2ab4ab8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View File

@ -145,6 +145,7 @@ const jsDocTagNames = [
"module",
"name",
"namespace",
"overload",
"override",
"package",
"param",

View File

@ -0,0 +1,13 @@
///<reference path="fourslash.ts" />
// @allowJS: true
// @checkJs: true
// @filename: /a.js
/////**
//// * @/**/
//// */
verify.completions(
{ marker: "", includes: ["overload"] },
);