helix/TODO.md

65 lines
1.8 KiB
Markdown
Raw Normal View History

2020-09-12 11:44:57 +03:00
- Implement style configs, tab settings
- Refactor tree-sitter-highlight to work like the atom one, recomputing partial tree updates.
- syntax errors highlight query
- UI work: completion popup
2021-02-09 09:39:52 +03:00
------
1
2021-03-01 08:31:34 +03:00
- [x] selection mode
2021-02-09 09:39:52 +03:00
- [x] % for whole doc selection
2021-02-09 09:59:42 +03:00
- [x] vertical splits
2021-02-09 10:39:17 +03:00
- [x] input counts (30j)
- [x] input counts for b, w, e
2021-02-09 09:59:42 +03:00
- [ ] respect view fullscreen flag
- [x] retain horiz when moving vertically
- [w] retain horiz when moving via ctrl-u/d
- [x] deindent
2021-02-15 12:45:36 +03:00
- [x] update lsp on redo/undo
2021-02-09 09:39:52 +03:00
- [ ] Implement marks (superset of Selection/Range)
- [ ] ctrl-v/ctrl-x on file picker
- [ ] linewise selection work
- [ ] nixos packaging
- [ ] CI binary builds
- [ ] regex search / select next
- [x] f / t mappings
2021-02-22 06:06:28 +03:00
- [ ] open_above (O) command
- [ ] = for auto indent line/selection
2021-02-22 06:06:28 +03:00
- [x] q should only close the view, if all are closed, close the editor
- [ ] buffers should sit on editor.buffers, view simply refs them
2021-03-12 10:20:56 +03:00
- [ ] 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
2021-03-12 10:20:56 +03:00
- [x] lsp: hover
- [ ] lsp: document symbols (nested/vec)
- [ ] lsp: code actions
- [ ] lsp: formatting
- [ ] lsp: goto
2021-02-09 09:39:52 +03:00
2
- [ ] 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 between restarts: file positions, prompt history
2021-02-09 09:39:52 +03:00
3
- [ ] diagnostics popups
- [ ] diff mode with highlighting?
- [ ] snippet support (tab to jump between marks)
- [ ] gamelisp/wasm scripting
2021-02-09 09:39:52 +03:00
X
- [ ] rendering via skulpin/skia or raw wgpu