We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this
inlay hint this
https://www.typescriptlang.org/play/?#code/CYUwxgNghgTiAEAzArgOzAFwJYHtVNQAoAoeeMKCCAIyjAGsAueQqZ1ZAW2pBgBp41ZgGcMMLKgDmASngBeAHzwAbjizBi05qvUBuYsUREU6bHhYYAFlmHsuPfvCgDqsgN7wAvtP1A
declare function fn( callback: (a: number, b: string) => void ): void; fn(function (this: number, a, b) { });
Inlay hint on parameter a shows :string, but it's actually a number:
a
:string
number
And inlay hint for b is missing
b
Should display a: number, b: string
a: number, b: string
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
π Search Terms
inlay hint this
π Version & Regression Information
β― Playground Link
https://www.typescriptlang.org/play/?#code/CYUwxgNghgTiAEAzArgOzAFwJYHtVNQAoAoeeMKCCAIyjAGsAueQqZ1ZAW2pBgBp41ZgGcMMLKgDmASngBeAHzwAbjizBi05qvUBuYsUREU6bHhYYAFlmHsuPfvCgDqsgN7wAvtP1A
π» Code
π Actual behavior
Inlay hint on parameter
a
shows:string
, but it's actually anumber
:And inlay hint for
b
is missingπ Expected behavior
Should display
a: number, b: string
Additional information about the issue
No response
The text was updated successfully, but these errors were encountered: