Skip to content

Conversation

@serkodev
Copy link
Contributor

@serkodev serkodev commented Aug 8, 2025

This PR:

  • Updated typescript to 5.9.2
  • Add maximumLength, verbosityLevel param support in getQuickInfoAtPosition

Fixed vuejs/language-tools#5577

Reference:
microsoft/TypeScript#59940
microsoft/TypeScript#61662
microsoft/vscode#248181
https://devblogs.microsoft.com/typescript/announcing-typescript-5-9/

Copy link
Contributor Author

@serkodev serkodev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since verbosityLevel is an internal parameter, would it be simpler to just pass through ...args instead of extending the function type?

@serkodev serkodev changed the title feat: supports maximumLength param of getQuickInfoAtPosition feat: supports new params of getQuickInfoAtPosition Aug 8, 2025
@johnsoncodehk johnsoncodehk changed the title feat: supports new params of getQuickInfoAtPosition feat(typescript): supports new params of getQuickInfoAtPosition Aug 8, 2025
@johnsoncodehk
Copy link
Member

LGTM, thanks!

@johnsoncodehk johnsoncodehk merged commit 707ec07 into volarjs:master Aug 8, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support js/ts.hover.maximumLength and typescript.experimental.expandableHover

2 participants