Page 1 of 1

FIXED: [15.00b2] Long lines not wrapped in LSP hint tooltips

Posted: 13 Jul 2021 07:31
by pjj
Sometimes the tooltip (idk if it's the best word here) with language hint from LSP server is wider than the screen, because the very long line it has isn't wrapped. With PHP code, this may seen with hints for e.g. explode(), unserialize() or header(). Interesting case is with preg_match_all(): tooltip has 100% of screen width, but quite unnecessarily, as the text it contains has very wide margins, both vertical and horizontal.

Re: [15.00b2] Long lines not wrapped in LSP hint tooltips

Posted: 13 Jul 2021 17:57
by Rickard Johansson
Fixed in final release. Thanks!