You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term/src/ui
Poliorcetics 8e2660b5cc
Update diagnostics correctly on LSP exit (#7111)
* chore: avoid format! call with argument when useless

* feat: also clear diagnostics for unopened documents when exiting an LSP

* feat: we already worked on `self.editor.diagnostics` no need to redo the checks
1 year ago
..
fuzzy_match Fix typos (#6643) 1 year ago
completion.rs Rebase cleanup/fixes and use lsp::CompletionItem in item_to_transaction directly 1 year ago
document.rs Fix typos (#6643) 1 year ago
editor.rs Adds support for multiple language servers per language. 1 year ago
fuzzy_match.rs Fix typos (#6643) 1 year ago
info.rs Refactor Margin for fine grained control (#2727) 2 years ago
lsp.rs rework positioning/rendering and enable softwrap/virtual text (#5420) 1 year ago
markdown.rs automatically disable TS when parsing takes longer than 500ms 1 year ago
menu.rs Truncate paths in the file picker (#6410) 1 year ago
mod.rs Filter language servers also by capabilities in `doc.language_servers_with_feature` 1 year ago
overlay.rs Fix typos (#6643) 1 year ago
picker.rs automatically disable TS when parsing takes longer than 500ms 1 year ago
popup.rs Hide signature help if it overlays completion menu (#5523) 1 year ago
prompt.rs Fix #6669: Theme preview doesn't return theme to normal (#6694) 1 year ago
spinner.rs Instant is more suitable than SystemTime for spinners 2 years ago
statusline.rs Update diagnostics correctly on LSP exit (#7111) 1 year ago
text.rs Fix 'attempt to divide by zero' panic (#6155) 1 year ago