diff options
author | Blaž Hrastnik | 2021-03-12 07:20:56 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-03-12 07:25:12 +0000 |
commit | 6cbfb050e2c99acf5cdfe7d981c262fbdeaf761c (patch) | |
tree | 5fb54d50d2cb0c72e62bea9b0ca52d0dc8c70d9c /TODO.md | |
parent | b7dd7310c44532f3e6e3154367100ee6520ca69b (diff) |
lsp: Emit didSave notifications.
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -31,9 +31,14 @@ - [x] q should only close the view, if all are closed, close the editor - [ ] buffers should sit on editor.buffers, view simply refs them +- [ ] pressing b at start of file needs to not crash +- [ ] draw separator line between views +- [ ] command to drop all selections except primary + +- [ ] diagnostic severity - [ ] lsp: signature help -- [ ] lsp: hover +- [x] lsp: hover - [ ] lsp: document symbols (nested/vec) - [ ] lsp: code actions - [ ] lsp: formatting |