aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/commands
Commit message (Expand)AuthorAge
* Add `insert-final-newline` config option (#8157)Em Zhan2023-09-12
* Add tree-sitter-highlight-name command (#8170)Luke Halasy2023-09-10
* add redraw command (#6949)Weiyuan Wu2023-09-08
* Maintain the current cursor's position and view in the vsplit/hsplit commands...Lorenzo Bellina2023-09-04
* transition to nucleo for fuzzy matching (#7814)Pascal Kuthe2023-08-30
* Remove unnecessary `Err` from `get_canonicalized_path` (#8009)nkitsaini2023-08-20
* Remove path completions for `:new` command (#8010)nkitsaini2023-08-20
* Include completions for git-ignored files in debugger prompt (#7936)quantonganh2023-08-14
* Fix broken indentation that causes the indentation tests to fail.Daniel Ebert2023-08-11
* Enhance :toggle to support cycling numbers (#7877)Alex Vinyals2023-08-09
* Align view for background buffer opened with `alt-ret` (#7691)woojiq2023-08-08
* Show whether file readonly in statusline (#7740)Connortsui202023-08-08
* Reimplement clipboard commands in terms of special regsMichael Davis2023-07-31
* Use refactored Registers typeMichael Davis2023-07-31
* Reformat with nightly rustfmt for better let-else formatting (#7721)Philipp Mildenberger2023-07-27
* Add support for LSP DidChangeWatchedFiles (#7665)Ryan Fowler2023-07-21
* feat: resolve code action (#7677)sigmaSd2023-07-21
* Fix crash when cwd is deleted (#7185)Yomain2023-07-11
* Implement the wa! command (#7577)Ryan Fowler2023-07-09
* Completely remove old Picker and rename FilePicker to PickerGokul Soumya2023-06-18
* Make file preview callback optionalMichael Davis2023-06-18
* Add yank_joined command (#7195)spectre2562023-06-16
* Add rl and rla aliasses for reload and reload-all commands (#7158)Zisulin Morbrot2023-06-13
* Bail if no language servers support workspace symbols (#7286)Michael Davis2023-06-08
* commands(toggle): use pattern matching on the Value enum (#7240)Alex Vinyals2023-06-07
* feat(commands): allows cycling option values at runtime (#4411)Alex Vinyals2023-06-05
* 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
* Fix lsp_restart across multiple different document scopes (language servers w...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
* Simplify 'lsp_stop' commandPhilipp Mildenberger2023-05-18
* Fix docgen and lsp-stop documentationPhilipp 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
* Fix completion on paths containing spaces (#6779)Ivan Gulakov2023-05-18
* Replace DAP vars popup, instead of adding new (#7034)A-Walrus2023-05-13
* Add wbc and wbc! commands (#6947)Kitsu2023-05-09
* feat(commands): add clear-register typable command (#5695)jorge2023-04-27
* 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
* make `:u` alias `:update` (#6835)Atticus Sebastiani2023-04-23
* flip symbol range in LSP goto commands (#6794)Pascal Kuthe2023-04-21