| Commit message (Expand) | Author | Age |
* | Support LSP diagnostic tags (#9780) | Michael Davis | 2024-03-02 |
* | Use a hook for resolving completion items | Michael Davis | 2024-02-23 |
* | Add required-root-patterns for situational lsp activation (#8696) | ontley | 2024-02-12 |
* | make path changes LSP spec conform (#8949) | Pascal Kuthe | 2024-01-28 |
* | Improve error handling for `which::which` failures | Michael Davis | 2024-01-24 |
* | Re-export `which` from `helix-stdx::env` | Michael Davis | 2024-01-24 |
* | refactor completion and signature help using hooks | Pascal Kuthe | 2024-01-23 |
* | Create helix-stdx crate for stdlib extensions | Michael Davis | 2024-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-David | 2023-12-17 |
* | Add command to move files with LSP support (#8584) | Yomain | 2023-11-08 |
* | LSP: Fix codeAction/resolve server capability check (#8421) | Michael Davis | 2023-10-02 |
* | Add support for LSP DidChangeWatchedFiles (#7665) | Ryan Fowler | 2023-07-21 |
* | feat: resolve code action (#7677) | sigmaSd | 2023-07-21 |
* | Reduce boilerplate by 'use lsp::*' in Client::supports_feature, and remove TO... | Philipp Mildenberger | 2023-05-18 |
* | Filter language servers also by capabilities in `doc.language_servers_with_fe... | Philipp Mildenberger | 2023-05-18 |
* | str instead of String | Philipp Mildenberger | 2023-05-18 |
* | Adds support for multiple language servers per language. | Philipp Mildenberger | 2023-05-18 |
* | fix didChange notifaction offset encoding | Pascal Kuthe | 2023-05-01 |
* | feat: add a config option to exclude declaration from LSP references (#6886) | Vitalii Solodilov | 2023-04-27 |
* | Fix typos (#6643) | Daniel Sedlak | 2023-04-07 |
* | normalize LSP workspaces (#6517) | Pascal Kuthe | 2023-04-03 |
* | add option to enable/disable lsp snippets | Pascal Kuthe | 2023-03-31 |
* | Prefer utf-8 over utf-32 | Pascal Kuthe | 2023-03-31 |
* | implement proper lsp-workspace support | Pascal Kuthe | 2023-03-29 |
* | add workspace config and manual LSP root management | Pascal Kuthe | 2023-03-29 |
* | set WorkspaceEditCapabilities correctly | Pascal Kuthe | 2023-03-16 |
* | discard outdated diagnostics recived by the LS | Pascal Kuthe | 2023-03-16 |
* | Check language server symbol renaming support before prompting (#6257) | misiasty3 | 2023-03-13 |
* | Feat: LSP Type Hints (#5934) | Poliorcetics | 2023-03-11 |
* | LSP: Support textDocument/prepareRename (#6103) | Kyle Smith | 2023-03-08 |
* | LSP: Advertise snippet support | Michael Davis | 2023-03-08 |
* | LSP: Add request ID to request timeout message (#6010) | Michael Davis | 2023-02-16 |
* | feat(ui): deprecated completions (#5932) | Matouš Dzivjak | 2023-02-13 |
* | Negotiate LSP Position Encoding (#5894) | Pascal Kuthe | 2023-02-11 |
* | Fix new clippy lints (#5892) | Pascal Kuthe | 2023-02-09 |
* | properly handle LSP position encoding (#5711) | Pascal Kuthe | 2023-02-09 |
* | Support goto-declaration LSP command (#5646) | Ole Krüger | 2023-01-31 |
* | allow specifying environment for language servers in language.toml (#4004) | TotalKrill | 2022-12-09 |
* | feat(lsp): pass client_info on initialization (#4904) | Matouš Dzivjak | 2022-12-09 |
* | lsp: Check server provider capabilities (#3554) | Michael Davis | 2022-11-22 |
* | lsp: Resolve completion item asynchronously on idle-timeout (#4781) | Michael Davis | 2022-11-18 |
* | Add LSP workspace command picker (#3140) | Matthias Deiml | 2022-11-09 |
* | lsp: Support insertReplace | Blaž Hrastnik | 2022-11-08 |
* | Find workspace from document path (#3553) | ath3 | 2022-10-03 |
* | Split helix_core::find_root and helix_loader::find_local_config_dirs (#3929) | Riccardo Binetti | 2022-09-23 |
* | Advertise WorkspaceSymbolClientCapabilities support (#3361) | Michael Davis | 2022-08-09 |
* | Add lsp signature help (#1755) | Gokul Soumya | 2022-07-19 |
* | lsp: Add workspace/applyEdit to client capabilites (#3012) | Gokul Soumya | 2022-07-08 |
* | feat: highlight / select symbol under cursor using LSP textDocument/documentH... | lazytanuki | 2022-06-27 |