ZIm/crates/project
Richard Feldman 2ff30d20e3
Fix inlay hint hover by not clearing hover when mouse is over inlay
When hovering over an inlay hint, point_for_position.as_valid() returns None
because inlays don't have valid text positions. This was causing hover_at(editor, None)
to be called, which would hide any active hovers.

The fix is simple: don't call hover_at when we're over an inlay position.
The inlay hover is already handled by update_hovered_link, so we don't need
to do anything else.
2025-07-09 13:15:43 -04:00
..
src Fix inlay hint hover by not clearing hover when mouse is over inlay 2025-07-09 13:15:43 -04:00
Cargo.toml lsp: Complete overloaded signature help implementation (#33199) 2025-07-02 20:51:08 +03:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00