aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui
Commit message (Expand)AuthorAge
* Update diagnostics correctly on LSP exit (#7111)Poliorcetics2023-05-23
* Rebase cleanup/fixes and use lsp::CompletionItem in item_to_transaction directlyPhilipp Mildenberger2023-05-18
* Apply all review suggestions (doc_id -> id, error message, unnecessary if)Philipp Mildenberger2023-05-18
* Add function `Editor::language_server_by_id` and refactor/simplify related co...Philipp Mildenberger2023-05-18
* Filter language servers also by capabilities in `doc.language_servers_with_fe...Philipp Mildenberger2023-05-18
* Remove offset_encoding in CompletionItemPhilipp Mildenberger2023-05-18
* Refactored doc.language_servers and doc.language_servers_with_feature to retu...Philipp Mildenberger2023-05-18
* Fix sorting issues of the editor wide diagnostics and apply diagnostics relat...Philipp Mildenberger2023-05-18
* Remove unnecessary completion support check (likely an artifact)Philipp Mildenberger2023-05-18
* Adds support for multiple language servers per language.Philipp Mildenberger2023-05-18
* automatically disable TS when parsing takes longer than 500msPascal Kuthe2023-05-18
* async picker syntax highlightingPascal Kuthe2023-05-18
* clarify comments about completion savepointsPascal Kuthe2023-05-18
* only resolve completion items oncePascal Kuthe2023-05-18
* resolve completions before applying transactionsPascal Kuthe2023-05-18
* correctly handle completion rerequestPascal Kuthe2023-05-18
* Fix warnings from clippy (#7013)ZJPzjp2023-05-11
* inject language based on file extension & shebang (#3970)Timothy DeHerrera2023-04-28
* Fix #6669: Theme preview doesn't return theme to normal (#6694)shem2023-04-12
* Fix typos (#6643)Daniel Sedlak2023-04-07
* robustly handle invalid LSP ranges (#6512)Pascal Kuthe2023-04-03
* Hide signature help if it overlays completion menu (#5523)Pascal Kuthe2023-03-31
* Truncate paths in the file picker (#6410)mWalrus2023-03-31
* feat(debug): highlight current line (#5957)Filip Dutescu2023-03-29
* do not ignore mouse scrolling when on top of virtual textPascal Kuthe2023-03-27
* remove incorrect assertPascal Kuthe2023-03-27
* Show diagnostic codes for LSP diagnostics (#6378)Francesc Elies2023-03-21
* Fix highlighting in picker with multiple columns (#6333)exp802023-03-18
* Prevent whitespace from rendering inside inlay hints (#6312)Thomas Schollenberger2023-03-16
* indent snippets to line indent instead of completion start (#6263)Pascal Kuthe2023-03-11
* Feat: LSP Type Hints (#5934)Poliorcetics2023-03-11
* Add a version-control statusline element (#5682)Dimitar Gyurov2023-03-10
* treat replace/insertmode consistently, default to insertPascal Kuthe2023-03-10
* fix snippet bugs and multicursor completion edgecasesPascal Kuthe2023-03-10
* allow LSP insert text to replace non-matching prefixes (#5469)Taylor C. Richberger2023-03-10
* Generalised to multiple runtime directories with priorities (#5411)paul-scott2023-03-09
* correctly store snapshots when repeating insert-mode actionsPascal Kuthe2023-03-09
* discard stale completion requestsPascal Kuthe2023-03-09
* store multiple snapshots on the document at oncePascal Kuthe2023-03-09
* save selection before completion savepointPascal Kuthe2023-03-09
* create savepoint before requesting completionPascal Kuthe2023-03-09
* DynamicPicker: Recalculate column widths for new options (#6004)Michael Davis2023-03-08
* Handle snippets for LSPs not providing offsets for completionAndrii Grynenko2023-03-08
* Render every LSP snippets for every cursorAndrii Grynenko2023-03-08
* Delete snippet placeholders when accepting completionPascal Kuthe2023-03-08
* Apply snippets as transactionsMichael Davis2023-03-08
* Fix lacking space panic (#6109)nuid322023-03-05
* update MSRV to 1.65Pascal Kuthe2023-03-05
* Fix 'attempt to divide by zero' panic (#6155)nuid322023-03-03
* Fix indentation lines (#6134) (#6136)NomisIV2023-03-01