aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/commands/lsp.rs
Commit message (Expand)AuthorAge
* chore(lsp): check rename capabilities before send rename action (#2203)ttys32022-04-23
* Send active diagnostics to LSP when requesting code actions. (#2005)Robin Jadoul2022-04-17
* Address clippy lintBlaž Hrastnik2022-03-28
* Make truncate_start a builder method insteadBlaž Hrastnik2022-03-28
* Remove more push_layer callsBlaž Hrastnik2022-03-28
* Fix bug in LSP when creating a file in a folder that does not exist (#1775)Emil Fresk2022-03-08
* Fix bug with auto replacing components in compositor (#1711)Gokul Soumya2022-03-03
* Alert if LSP is inactive when command is invoked (#1703)Gokul Soumya2022-02-25
* Close some popups automatically (#1285)Bram2022-02-23
* Allow separate styles for markup headings (#1618)Alex2022-02-21
* Extract a lsp position helperBlaž Hrastnik2022-02-18
* Extract some duplication in lsp goto_ callsBlaž Hrastnik2022-02-18
* Extract jump_to_locationBlaž Hrastnik2022-02-18
* Extract a common "language server or return" macroBlaž Hrastnik2022-02-18
* Extract a helper function for lsp::LocationBlaž Hrastnik2022-02-18
* Move most LSP specific commmands to commands::lspBlaž Hrastnik2022-02-18