Skip to content

fix(59463): Feature that displays method argument names inline does not correctly handle method overloading - #59504

Merged
Gabriela Araujo Britto (gabritto) merged 3 commits into
microsoft:mainfrom
a-tarasyuk:fix/59463
Oct 18, 2024
Merged

fix(59463): Feature that displays method argument names inline does not correctly handle method overloading#59504
Gabriela Araujo Britto (gabritto) merged 3 commits into
microsoft:mainfrom
a-tarasyuk:fix/59463

Conversation

@a-tarasyuk

Copy link
Copy Markdown
Contributor

Fixes#59463

@typescript-botTypeScript Bot (typescript-bot) added the For Backlog Bug PRs that fix a backlog bug label Aug 1, 2024
Comment threadsrc/services/inlayHints.ts
@DanielRosenwasser

Copy link
Copy Markdown
Member

TypeScript Bot (@typescript-bot) pack this

@typescript-bot

TypeScript Bot (typescript-bot) commented Aug 1, 2024

Copy link
Copy Markdown
Contributor

Starting jobs; this comment will be updated as builds start and complete.

CommandStatusResults
pack this✅ Started✅ Results

@typescript-bot

TypeScript Bot (typescript-bot) commented Aug 1, 2024

Copy link
Copy Markdown
Contributor

Hey Daniel Rosenwasser (@DanielRosenwasser), I've packed this into an installable tgz. You can install it for testing by referencing it in your package.json like so:

{
"devDependencies": {
"typescript": "https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/_apis/build/builds/163088/artifacts?artifactName=tgz&fileId=563A3172E5D4A3F262C33B6E9C4D022DC0E0DAF8AF560DDC5A0D2E789520809D02&fileName=/typescript-5.6.0-insiders.20240801.tgz"
}
}

and then running npm install.


There is also a playground for this build and an npm module you can use via "typescript": "npm:@typescript-deploys/pr-build@5.6.0-pr-59504-2".;

Sandra-Amina-Boss

This comment was marked as spam.

@gabritto
Gabriela Araujo Britto (gabritto) merged commit df9d165 into microsoft:mainOct 18, 2024
@microsoftMicrosoft (microsoft) locked as resolved and limited conversation to collaborators Oct 16, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

For Backlog BugPRs that fix a backlog bug

Projects

None yet

8 participants

@a-tarasyuk@DanielRosenwasser@typescript-bot@Andarist@gabritto@MariaSolOs@Sandra-Amina-Boss@sandersn