aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/commands/lsp.rs
Commit message (Expand)AuthorAge
* use permalink to vscode repoPascal Kuthe2022-10-21
* use stable sort instead of allocating new vectorsPascal Kuthe2022-10-21
* sort codeaction by their kind instead of alphabeticallyPascal Kuthe2022-10-21
* Add a helper function for applying transactionsMichael Davis2022-10-11
* Apply transactions to ViewsMichael Davis2022-10-11
* Remove border from code actions popup (#3444)A-Walrus2022-09-13
* Derive Document language name from languages.toml name key (#3338)Michael Davis2022-08-30
* Fix byte index error in signature help highlightingGokul Soumya2022-07-29
* Add lsp signature help (#1755)Gokul Soumya2022-07-19
* support prefilling prompt (#2459)Bob2022-07-18
* Show file path only in workspace diagnostic pickerGokul Soumya2022-07-06
* Display error code only if not noneGokul Soumya2022-07-06
* Display diagnostic text before code in pickerGokul Soumya2022-07-06
* Remove source from diagnostic picker displayGokul Soumya2022-07-06
* Reuse menu::Item trait in picker (#2814)Gokul Soumya2022-07-02
* Add workspace and document diagnostics picker (#2013)Falco Hirschenberger2022-06-30
* feat: highlight / select symbol under cursor using LSP textDocument/documentH...lazytanuki2022-06-27
* Remove a couple more unwrapsBlaž Hrastnik2022-06-21
* Merge pull request #2359 from dead10ck/test-harnessBlaž Hrastnik2022-06-21
|\
| * Add more context; Editor::open doesn't need to own pathSkyler Hawthorne2022-06-19
* | Refactor Margin for fine grained control (#2727)Gokul Soumya2022-06-21
|/
* Add docstring for language_server!() macro (#2750)Gokul Soumya2022-06-12
* Refactor push_jump so we're not needlessly fetching doc twiceBlaž Hrastnik2022-06-06
* Avoid modifying jumplist until jumping to ref (#2670)yzwduck2022-06-05
* fix: lsp: be more defensive about URI conversionsBlaž Hrastnik2022-06-02
* fix: lsp: be more defensive about URI conversionsBlaž Hrastnik2022-06-02
* Improve Readability (#2639)Ryan Russell2022-06-01
* 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