Skip to content

Conversation

@ThanhNguyxn
Copy link

Fixes #59979

Summary

  • map rest tuple tail arguments to the trailing required element labels in parameter hints
  • keep existing hint behavior for non-rest and non-tuple rest parameters
  • add fourslash baseline for rest tuple tail parameter hints

Testing

  • npx hereby format
  • npx hereby runtests --tests=tests/cases/fourslash/inlayHintsRestTupleTail.ts

@github-project-automation github-project-automation bot moved this to Not started in PR Backlog Jan 25, 2026
@typescript-bot typescript-bot added the For Backlog Bug PRs that fix a backlog bug label Jan 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

For Backlog Bug PRs that fix a backlog bug

Projects

Status: Not started

Development

Successfully merging this pull request may close these issues.

Inlay parameter hints don't account for trailing required parameters

2 participants