| Commit message (Expand) | Author | Age |
* | Bail if no language servers support workspace symbols (#7286) | Michael Davis | 2023-06-08 |
* | commands(toggle): use pattern matching on the Value enum (#7240) | Alex Vinyals | 2023-06-07 |
* | feat(commands): allows cycling option values at runtime (#4411) | Alex Vinyals | 2023-06-05 |
* | Fix off-by-one in select symbol references (#7132) | Matthew Toohey | 2023-05-25 |
* | Some minor clarity/cosmetic improvements | Philipp Mildenberger | 2023-05-18 |
* | Add function `Editor::language_server_by_id` and refactor/simplify related co... | Philipp Mildenberger | 2023-05-18 |
* | Fix lsp_restart across multiple different document scopes (language servers w... | Philipp Mildenberger | 2023-05-18 |
* | Remove offset_encoding in CodeActionOrCommandItem, as it can be retrieved on ... | Philipp Mildenberger | 2023-05-18 |
* | Filter language servers also by capabilities in `doc.language_servers_with_fe... | Philipp Mildenberger | 2023-05-18 |
* | Filter out already seen language servers in requests that can be sent to mult... | Philipp Mildenberger | 2023-05-18 |
* | Use let else instead of variable and fix some error messages | 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 |
* | Refactored doc.language_servers and doc.language_servers_with_feature to retu... | Philipp Mildenberger | 2023-05-18 |
* | Fix error messages when no language server is available | Philipp Mildenberger | 2023-05-18 |
* | Fix sorting issues of the editor wide diagnostics and apply diagnostics relat... | Philipp Mildenberger | 2023-05-18 |
* | Adds support for multiple language servers per language. | Philipp Mildenberger | 2023-05-18 |
* | Fix completion on paths containing spaces (#6779) | Ivan Gulakov | 2023-05-18 |
* | Replace DAP vars popup, instead of adding new (#7034) | A-Walrus | 2023-05-13 |
* | Add wbc and wbc! commands (#6947) | Kitsu | 2023-05-09 |
* | feat(commands): add clear-register typable command (#5695) | jorge | 2023-04-27 |
* | feat: add a config option to exclude declaration from LSP references (#6886) | Vitalii Solodilov | 2023-04-27 |
* | fix panic in inlay hint computation when view anchor is out of bounds (#6883) | Pascal Kuthe | 2023-04-27 |
* | make `:u` alias `:update` (#6835) | Atticus Sebastiani | 2023-04-23 |
* | flip symbol range in LSP goto commands (#6794) | Pascal Kuthe | 2023-04-21 |
* | make :toggle-option print the new value (#6774) | Aleksey Kuznetsov | 2023-04-16 |
* | Fix typos (#6643) | Daniel Sedlak | 2023-04-07 |
* | Fix line number display for LSP goto pickers (#6559) | Dmitry Ulyanov | 2023-04-03 |
* | Let..else refactor (#6562) | Casper Rogild Storm | 2023-04-03 |
* | add option to enable/disable lsp snippets | Pascal Kuthe | 2023-03-31 |
* | Hide signature help if it overlays completion menu (#5523) | Pascal Kuthe | 2023-03-31 |
* | add workspace config and manual LSP root management | Pascal Kuthe | 2023-03-29 |
* | Run shell commands asynchronously (#6373) | sarah | 2023-03-21 |
* | discard outdated workspace edits recived from the LS | Pascal Kuthe | 2023-03-16 |
* | fix compilation | Blaž Hrastnik | 2023-03-14 |
* | Only complete appropriate arguments for typed commands. (#5966) | Kyle Smith | 2023-03-14 |
* | LSP: Separate diagnostic picker message and code (#6095) | Francesc Elies | 2023-03-13 |
* | Check language server symbol renaming support before prompting (#6257) | misiasty3 | 2023-03-13 |
* | Feat: LSP Type Hints (#5934) | Poliorcetics | 2023-03-11 |
* | Generalised to multiple runtime directories with priorities (#5411) | paul-scott | 2023-03-09 |
* | LSP: Support textDocument/prepareRename (#6103) | Kyle Smith | 2023-03-08 |
* | Softwrapping improvements (#5893) | Clément Delafargue | 2023-03-08 |
* | Do not add intermediate lines to jumplist with :<linenum> command. (#5751) | Kyle Smith | 2023-03-08 |
* | Jump to symbol ranges in LSP goto commands (#5986) | Michael Davis | 2023-03-08 |
* | Add command for resetting diff hunks (#5736) | Pascal Kuthe | 2023-03-08 |
* | Allow LSP server to be stopped (#5964) | Davide Galassi | 2023-03-08 |
* | feat(dap): implement Restart request (#5651) | Filip Dutescu | 2023-03-06 |
* | fix(dap): validate key and index exist when requesting vars (#5628) | Filip Dutescu | 2023-02-20 |