diff options
author | Blaž Hrastnik | 2021-02-19 04:59:24 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-02-19 04:59:24 +0000 |
commit | 7a1ff5e45f829df17dfdcbd4923ae9e83fc2bf3f (patch) | |
tree | d550fd8913676f7be7165a7f0f5491be8b1037e5 /TODO.md | |
parent | 4ab5631d6521ffae6b31e9b9c72dd31a49e793ce (diff) |
commands: Wire up toggle comments as ctrl-c
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 27 |
1 files changed, 16 insertions, 11 deletions
@@ -27,21 +27,26 @@ - [ ] regex search / select next - [ ] f / t mappings +- [ ] = for auto indent line/selection +- [ ] q should only close the view, if all are closed, close the editor +- [ ] buffers should sit on editor.buffers, view simply refs them 2 -- extend selection (treesitter select parent node) (replaces viw, vi(, va( etc ) -- bracket pairs -- comment block (gcc) -- completion signature popups/docs -- multiple views into the same file -- selection align +- [ ] tab completion for paths on the prompt +- [ ] extend selection (treesitter select parent node) (replaces viw, vi(, va( etc ) +- [ ] bracket pairs +- [x] comment block (gcc) +- [ ] completion signature popups/docs +- [ ] multiple views into the same file +- [ ] selection align +- [ ] store some state: file positions, prompt history 3 -- diagnostics popups -- diff mode with highlighting? -- snippet support (tab to jump between marks) -- gamelisp/wasm scripting +- [ ] diagnostics popups +- [ ] diff mode with highlighting? +- [ ] snippet support (tab to jump between marks) +- [ ] gamelisp/wasm scripting X -- rendering via skulpin/skia or raw wgpu +- [ ] rendering via skulpin/skia or raw wgpu |