diff options
author | Blaž Hrastnik | 2021-02-24 08:29:28 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-02-25 07:49:30 +0000 |
commit | 01907b349771106865853dc2ea90aaa0913a7297 (patch) | |
tree | 42b0cb2288912148d7b86ba3ac55dadb5952d260 /TODO.md | |
parent | 5fa1ba6b1c0a3ac4f93112b94be8477dc4d06b46 (diff) |
commands: Implement count for a few more commands.
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -12,16 +12,16 @@ - [x] % for whole doc selection - [x] vertical splits - [x] input counts (30j) - - [ ] input counts for b, w, e + - [x] input counts for b, w, e - [ ] respect view fullscreen flag - [x] retain horiz when moving vertically +- [w] retain horiz when moving via ctrl-u/d - [x] deindent - [ ] ensure_cursor_in_view always before rendering? or always in app after event process? - [x] update lsp on redo/undo - [ ] Implement marks (superset of Selection/Range) - [ ] ctrl-v/ctrl-x on file picker - [ ] linewise selection work -- [ ] goto definition - [ ] nixos packaging - [ ] CI binary builds @@ -33,6 +33,13 @@ - [ ] buffers should sit on editor.buffers, view simply refs them +- [ ] lsp: signature help +- [ ] lsp: hover +- [ ] lsp: document symbols (nested/vec) +- [ ] lsp: code actions +- [ ] lsp: formatting +- [ ] lsp: goto + 2 - [ ] tab completion for paths on the prompt - [ ] extend selection (treesitter select parent node) (replaces viw, vi(, va( etc ) @@ -41,7 +48,7 @@ - [ ] completion signature popups/docs - [ ] multiple views into the same file - [ ] selection align -- [ ] store some state: file positions, prompt history +- [ ] store some state between restarts: file positions, prompt history 3 - [ ] diagnostics popups |