diff options
author | Blaž Hrastnik | 2021-03-24 06:00:41 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-03-24 06:00:41 +0000 |
commit | 376232c5439c8c74cf5dcb4b46e94a7a1d221fc8 (patch) | |
tree | 066606e1eb6fd079a0e61d8d429ff8e83e7627cc | |
parent | 06aca7691c845d129abc49fb649ea7c42376a077 (diff) |
add some TODOs
-rw-r--r-- | TODO.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |