FIXED: [15.00b2] Long lines not wrapped in LSP hint tooltips
FIXED: [15.00b2] Long lines not wrapped in LSP hint tooltips
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.
Alium tibi quaere fratrem; hic, quem tuum putas, meus est. Titus Flāvius Caesar Vespasiānus Augustus
- Rickard Johansson
- Site Admin
- Posts: 6783
- Joined: 19 Jul 2006 14:29
Re: [15.00b2] Long lines not wrapped in LSP hint tooltips
Fixed in final release. Thanks!