aboutsummaryrefslogtreecommitdiff
path: root/helix-lsp/src/client.rs
Commit message (Expand)AuthorAge
* Support LSP diagnostic tags (#9780)Michael Davis2024-03-02
* Use a hook for resolving completion itemsMichael Davis2024-02-23
* Add required-root-patterns for situational lsp activation (#8696)ontley2024-02-12
* make path changes LSP spec conform (#8949)Pascal Kuthe2024-01-28
* Improve error handling for `which::which` failuresMichael Davis2024-01-24
* Re-export `which` from `helix-stdx::env`Michael Davis2024-01-24
* refactor completion and signature help using hooksPascal Kuthe2024-01-23
* Create helix-stdx crate for stdlib extensionsMichael Davis2024-01-18
* build(deps): bump lsp-types from 0.94.1 to 0.95.0 (#9117)dependabot[bot]2023-12-19
* when text document sync capability is only kind send didSave without text (#9...Gabriel Dinner-David2023-12-17
* Add command to move files with LSP support (#8584)Yomain2023-11-08
* LSP: Fix codeAction/resolve server capability check (#8421)Michael Davis2023-10-02
* Add support for LSP DidChangeWatchedFiles (#7665)Ryan Fowler2023-07-21
* feat: resolve code action (#7677)sigmaSd2023-07-21
* Reduce boilerplate by 'use lsp::*' in Client::supports_feature, and remove TO...Philipp Mildenberger2023-05-18
* Filter language servers also by capabilities in `doc.language_servers_with_fe...Philipp Mildenberger2023-05-18
* str instead of StringPhilipp Mildenberger2023-05-18
* Adds support for multiple language servers per language.Philipp Mildenberger2023-05-18
* fix didChange notifaction offset encodingPascal Kuthe2023-05-01
* feat: add a config option to exclude declaration from LSP references (#6886)Vitalii Solodilov2023-04-27
* Fix typos (#6643)Daniel Sedlak2023-04-07
* normalize LSP workspaces (#6517)Pascal Kuthe2023-04-03
* add option to enable/disable lsp snippetsPascal Kuthe2023-03-31
* Prefer utf-8 over utf-32Pascal Kuthe2023-03-31
* implement proper lsp-workspace supportPascal Kuthe2023-03-29
* add workspace config and manual LSP root managementPascal Kuthe2023-03-29
* set WorkspaceEditCapabilities correctlyPascal Kuthe2023-03-16
* discard outdated diagnostics recived by the LSPascal Kuthe2023-03-16
* 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
* LSP: Advertise snippet supportMichael Davis2023-03-08
* LSP: Add request ID to request timeout message (#6010)Michael Davis2023-02-16
* feat(ui): deprecated completions (#5932)Matouš Dzivjak2023-02-13
* Negotiate LSP Position Encoding (#5894)Pascal Kuthe2023-02-11
* Fix new clippy lints (#5892)Pascal Kuthe2023-02-09
* properly handle LSP position encoding (#5711)Pascal Kuthe2023-02-09
* Support goto-declaration LSP command (#5646)Ole Krüger2023-01-31
* allow specifying environment for language servers in language.toml (#4004)TotalKrill2022-12-09
* feat(lsp): pass client_info on initialization (#4904)Matouš Dzivjak2022-12-09
* lsp: Check server provider capabilities (#3554)Michael Davis2022-11-22
* lsp: Resolve completion item asynchronously on idle-timeout (#4781)Michael Davis2022-11-18
* Add LSP workspace command picker (#3140)Matthias Deiml2022-11-09
* lsp: Support insertReplaceBlaž Hrastnik2022-11-08
* Find workspace from document path (#3553)ath32022-10-03
* Split helix_core::find_root and helix_loader::find_local_config_dirs (#3929)Riccardo Binetti2022-09-23
* Advertise WorkspaceSymbolClientCapabilities support (#3361)Michael Davis2022-08-09
* Add lsp signature help (#1755)Gokul Soumya2022-07-19
* lsp: Add workspace/applyEdit to client capabilites (#3012)Gokul Soumya2022-07-08
* feat: highlight / select symbol under cursor using LSP textDocument/documentH...lazytanuki2022-06-27