helix/helix-term/src/ui/lsp
Michael Davis 8439ce5683
Hover UI: Eagerly convert hover response to Markdown
This simplifies the hover component by eagerly converting all
`lsp::Hover` responses into `Markdown`s. Previously we cached the
current `Markdown` and created a new `Markdown` when switching the
active response. Instead we can consume the `lsp::Hover` and avoid some
clones of its inner types.
2025-01-31 17:34:56 -05:00
..
hover.rs Hover UI: Eagerly convert hover response to Markdown 2025-01-31 17:34:56 -05:00
signature_help.rs Cycle through hover results from multiple language servers (#10122) 2025-01-26 11:24:50 -06:00