aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/completion.rs
Commit message (Expand)AuthorAge
* ui: Draft for completion doc preview.Blaž Hrastnik2021-05-03
* lsp: support both utf-8 and utf-16 offsets.Blaž Hrastnik2021-04-14
* Handle c-n, c-p, etc. autocompletion events.Blaž Hrastnik2021-04-06
* ui: Improve completion state handling.Blaž Hrastnik2021-04-05
* Simplify code by providin cx.current() = (view, doc).Blaž Hrastnik2021-04-01
* Weave through view_id references so that views into one file have independent...Blaž Hrastnik2021-03-31
* Filter the completion menu based on text entered.Blaž Hrastnik2021-03-27