add some TODOs
This commit is contained in:
parent
06aca7691c
commit
376232c543
1 changed files with 6 additions and 0 deletions
6
TODO.md
6
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
|
||||
|
|
Loading…
Reference in a new issue