mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-11 16:38:46 -05:00
fix(52761): overload tag is not supported in completions (#52762)
This commit is contained in:
@@ -145,6 +145,7 @@ const jsDocTagNames = [
|
||||
"module",
|
||||
"name",
|
||||
"namespace",
|
||||
"overload",
|
||||
"override",
|
||||
"package",
|
||||
"param",
|
||||
|
||||
13
tests/cases/fourslash/jsdocOverloadTagCompletion.ts
Normal file
13
tests/cases/fourslash/jsdocOverloadTagCompletion.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
///<reference path="fourslash.ts" />
|
||||
|
||||
// @allowJS: true
|
||||
// @checkJs: true
|
||||
|
||||
// @filename: /a.js
|
||||
/////**
|
||||
//// * @/**/
|
||||
//// */
|
||||
|
||||
verify.completions(
|
||||
{ marker: "", includes: ["overload"] },
|
||||
);
|
||||
Reference in New Issue
Block a user