| Commit message (Expand) | Author | Age |
... | |
| * | Add function `Editor::language_server_by_id` and refactor/simplify related co... | Philipp Mildenberger | 2023-05-18 |
| * | Remove TODO comment in helix_lsp::Registry::restart and add doc-comment on to... | Philipp Mildenberger | 2023-05-18 |
| * | Reorder id generation for Clients to stay close to the old behavior | Philipp Mildenberger | 2023-05-18 |
| * | Reduce boilerplate by 'use lsp::*' in Client::supports_feature, and remove TO... | Philipp Mildenberger | 2023-05-18 |
| * | Fix lsp_restart across multiple different document scopes (language servers w... | Philipp Mildenberger | 2023-05-18 |
| * | Fix crash with filtered diagnostics in gutter (e.g. when diagnostics aren't v... | Philipp Mildenberger | 2023-05-18 |
| * | Remove offset_encoding in CodeActionOrCommandItem, as it can be retrieved on ... | Philipp Mildenberger | 2023-05-18 |
| * | Maintain language servers TOML array order in `doc.language_servers` | Philipp Mildenberger | 2023-05-18 |
| * | Filter language servers also by capabilities in `doc.language_servers_with_fe... | Philipp Mildenberger | 2023-05-18 |
| * | Fix docgen again | Philipp Mildenberger | 2023-05-18 |
| * | Filter out already seen language servers in requests that can be sent to mult... | Philipp Mildenberger | 2023-05-18 |
| * | Optimize gutter diagnostics and simplify shown_diagnostics | Philipp Mildenberger | 2023-05-18 |
| * | Use let else instead of variable and fix some error messages | Philipp Mildenberger | 2023-05-18 |
| * | Remove offset_encoding in CompletionItem | Philipp Mildenberger | 2023-05-18 |
| * | Refactor doc language servers to a HashMap, and the config to use a Vec to re... | Philipp Mildenberger | 2023-05-18 |
| * | Remove symbol picker is_empty check | Philipp Mildenberger | 2023-05-18 |
| * | Simplify 'lsp_stop' command | Philipp Mildenberger | 2023-05-18 |
| * | Fix docgen and lsp-stop documentation | Philipp Mildenberger | 2023-05-18 |
| * | Remove boilerplate in the goto methods by generically composing functions | Philipp Mildenberger | 2023-05-18 |
| * | Format/fix language docs a bit | Philipp Mildenberger | 2023-05-18 |
| * | Refactor doc.shown_diagnostics to avoid an extra HashSet | Philipp Mildenberger | 2023-05-18 |
| * | Add method doc.supports_language_server for better readability | Philipp Mildenberger | 2023-05-18 |
| * | Simplify Display implementation for LanguageServerFeature | Philipp Mildenberger | 2023-05-18 |
| * | Refactored doc.language_servers and doc.language_servers_with_feature to retu... | Philipp Mildenberger | 2023-05-18 |
| * | Use DoubleEndedIterator instead of collect to Vec for reversing | Philipp Mildenberger | 2023-05-18 |
| * | Fix error messages when no language server is available | Philipp Mildenberger | 2023-05-18 |
| * | Simplify Display implementation of LanguageServerFeature | Philipp Mildenberger | 2023-05-18 |
| * | Fix sorting issues of the editor wide diagnostics and apply diagnostics relat... | Philipp Mildenberger | 2023-05-18 |
| * | str instead of String | Philipp Mildenberger | 2023-05-18 |
| * | Remove unnecessary completion support check (likely an artifact) | Philipp Mildenberger | 2023-05-18 |
| * | Fix issue with ltex-ls, filtering params is not what we want here | Philipp Mildenberger | 2023-05-18 |
| * | Fix hardcoded offset_encoding | Philipp Mildenberger | 2023-05-18 |
| * | Fix some lints/docgen hints | Philipp Mildenberger | 2023-05-18 |
| * | Fix 'WorkspaceConfiguration' request with empty configuration section strings | Philipp Mildenberger | 2023-05-18 |
| * | Adds support for multiple language servers per language. | Philipp Mildenberger | 2023-05-18 |
|/ |
|
* | Add 23.05 to the AppData | Michael Davis | 2023-05-18 |
* | Add changelog notes for the 23.05 release | Michael Davis | 2023-05-18 |
* | Bump the version to 23.05 | Michael Davis | 2023-05-18 |
* | Fix completion on paths containing spaces (#6779) | Ivan Gulakov | 2023-05-18 |
* | automatically disable TS when parsing takes longer than 500ms | Pascal Kuthe | 2023-05-18 |
* | async picker syntax highlighting | Pascal Kuthe | 2023-05-18 |
* | cleanup integration tests | Pascal Kuthe | 2023-05-18 |
* | don't move cursor while forward deleting in append mode | Pascal Kuthe | 2023-05-18 |
* | cleanup delete_by_selection_insert_mode function | Pascal Kuthe | 2023-05-18 |
* | fix panic when deleting overlapping ranges | Pascal Kuthe | 2023-05-18 |
* | clarify comments about completion savepoints | Pascal Kuthe | 2023-05-18 |
* | only resolve completion items once | Pascal Kuthe | 2023-05-18 |
* | deduplicate savepoints | Pascal Kuthe | 2023-05-18 |
* | ensure correct trigger/start completion offset | Pascal Kuthe | 2023-05-18 |
* | resolve completions before applying transactions | Pascal Kuthe | 2023-05-18 |