Skip to content

Conversation

daliusd
Copy link

@daliusd daliusd commented Sep 6, 2025

Default maximumHoverLength value is 500. That means hover
information is truncated for complicated types (usually some parts are
omitted and shown as ...). This is a little bit annoying as it means
you must go deeper into code and analyze type itself while all info
could be in hover. This change solves this problem.

I have intentionally made this non configurable as I think this should
be default in Neovim.

Default `maximumHoverLength` value is `500`. That means hover
information is truncated for complicated types (usually some parts are
omitted and shown as `...`). This is a little bit annoying as it means
you must go deeper into code and analyze type itself while all info
could be in hover. This change solves this problem.

I have intentionally made this non configurable as I think this should
be default in Neovim.
Ajaymamtora pushed a commit to Ajaymamtora/typescript-tools.nvim that referenced this pull request Sep 12, 2025
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.

1 participant