mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
fix(52761): overload tag is not supported in completions (#52762)
This commit is contained in:
parent
84b8483206
commit
de2ab4ab8f
@ -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"] },
|
||||
);
|
||||
Loading…
x
Reference in New Issue
Block a user