From 376232c5439c8c74cf5dcb4b46e94a7a1d221fc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Wed, 24 Mar 2021 15:00:41 +0900 Subject: [PATCH] add some TODOs --- TODO.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO.md b/TODO.md index dbca1424..99e10b66 100644 --- a/TODO.md +++ b/TODO.md @@ -7,6 +7,11 @@ ------ +- [ ] use signature_help_provider and completion_provider trigger characters in + a hook to trigger signature help text / autocompletion +- [ ] document_on_type provider triggers +- [ ] completion isIncomplete support + 1 - [ ] respect view fullscreen flag - [ ] Implement marks (superset of Selection/Range) @@ -42,6 +47,7 @@ - [ ] multiple views into the same file - [ ] selection align - [ ] store some state between restarts: file positions, prompt history +- [ ] highlight matched characters in completion 3 - [ ] diagnostics popups