typescript-tools.nvim icon indicating copy to clipboard operation
typescript-tools.nvim copied to clipboard

feat: better hover

Open daliusd opened this issue 4 months ago • 0 comments

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.

daliusd avatar Sep 06 '25 20:09 daliusd