aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/commands/lsp.rs
Commit message (Expand)AuthorAge
* Align view for background buffer opened with `alt-ret` (#7691)woojiq2023-08-08
* Reformat with nightly rustfmt for better let-else formatting (#7721)Philipp Mildenberger2023-07-27
* feat: resolve code action (#7677)sigmaSd2023-07-21
* Fix crash when cwd is deleted (#7185)Yomain2023-07-11
* Completely remove old Picker and rename FilePicker to PickerGokul Soumya2023-06-18
* Make file preview callback optionalMichael Davis2023-06-18
* Bail if no language servers support workspace symbols (#7286)Michael Davis2023-06-08
* Fix off-by-one in select symbol references (#7132)Matthew Toohey2023-05-25
* Some minor clarity/cosmetic improvementsPhilipp Mildenberger2023-05-18
* Add function `Editor::language_server_by_id` and refactor/simplify related co...Philipp Mildenberger2023-05-18
* Remove offset_encoding in CodeActionOrCommandItem, as it can be retrieved on ...Philipp Mildenberger2023-05-18
* Filter language servers also by capabilities in `doc.language_servers_with_fe...Philipp Mildenberger2023-05-18
* Filter out already seen language servers in requests that can be sent to mult...Philipp Mildenberger2023-05-18
* Use let else instead of variable and fix some error messagesPhilipp Mildenberger2023-05-18
* Remove symbol picker is_empty checkPhilipp Mildenberger2023-05-18
* Remove boilerplate in the goto methods by generically composing functionsPhilipp Mildenberger2023-05-18
* Refactored doc.language_servers and doc.language_servers_with_feature to retu...Philipp Mildenberger2023-05-18
* Fix error messages when no language server is availablePhilipp Mildenberger2023-05-18
* Fix sorting issues of the editor wide diagnostics and apply diagnostics relat...Philipp Mildenberger2023-05-18
* Adds support for multiple language servers per language.Philipp Mildenberger2023-05-18
* feat: add a config option to exclude declaration from LSP references (#6886)Vitalii Solodilov2023-04-27
* fix panic in inlay hint computation when view anchor is out of bounds (#6883)Pascal Kuthe2023-04-27
* flip symbol range in LSP goto commands (#6794)Pascal Kuthe2023-04-21
* Fix typos (#6643)Daniel Sedlak2023-04-07
* Fix line number display for LSP goto pickers (#6559)Dmitry Ulyanov2023-04-03
* Hide signature help if it overlays completion menu (#5523)Pascal Kuthe2023-03-31
* discard outdated workspace edits recived from the LSPascal Kuthe2023-03-16
* LSP: Separate diagnostic picker message and code (#6095)Francesc Elies2023-03-13
* Check language server symbol renaming support before prompting (#6257)misiasty32023-03-13
* Feat: LSP Type Hints (#5934)Poliorcetics2023-03-11
* LSP: Support textDocument/prepareRename (#6103)Kyle Smith2023-03-08
* Jump to symbol ranges in LSP goto commands (#5986)Michael Davis2023-03-08
* fix: decode lsp url for workspace_diagnostics_picker (#6016)Erasin2023-02-16
* Negotiate LSP Position Encoding (#5894)Pascal Kuthe2023-02-11
* Support goto-declaration LSP command (#5646)Ole Krüger2023-01-31
* Remove apply_transaction helper (#5598)Ivan Tham2023-01-21
* Replace menu::Item::{row, label} with format()Gokul Soumya2023-01-18
* workspace symbols: Default to empty Vec on NoneMichael Davis2022-12-15
* Re-request workspace symbols on keypress in pickerGokul Soumya2022-12-15
* Fix nightly clippy lints (#4954)Tshepang Mbambo2022-12-01
* Call View::apply within Document::append_changes_to_historyMichael Davis2022-11-29
* lsp: Check server provider capabilities (#3554)Michael Davis2022-11-22
* Add preview for scratch buffers in buffer picker (#3454)A-Walrus2022-11-21
* Popup scrollbar (#4449)Manos Mertzianis2022-11-15
* Add LSP workspace command picker (#3140)Matthias Deiml2022-11-09
* Resolve a bunch of upcoming clippy lintsBlaž Hrastnik2022-11-04
* fix: Never create automatic doc popups outside of Insert mode (#4456)Poliorcetics2022-10-28
* nit: Do less allocations in `ui::menu::Item::label` implementationsAlexis (Poliorcetics) Bourget2022-10-21
* Sort by fixed diagnostics/is_preffered within codeaction categoriesPascal Kuthe2022-10-21
* never sort menu items when no fuzzy matching is possiblePascal Kuthe2022-10-21