Skip to content

feat: better hover#368

Open
daliusd wants to merge 1 commit intopmizio:masterfrom
daliusd:feat-better-hover
Open

feat: better hover#368
daliusd wants to merge 1 commit intopmizio:masterfrom
daliusd:feat-better-hover

Conversation

@daliusd
Copy link
Contributor

@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.
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