helix-mods/TODO.md

60 lines
1.7 KiB
Markdown
Raw Normal View History

2020-09-12 10:44:57 +02: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 07:39:52 +01:00
------
2021-03-24 07:00:41 +01:00
- [ ] 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
2021-02-09 07:39:52 +01:00
1
2021-02-09 07:59:42 +01:00
- [ ] respect view fullscreen flag
2021-02-09 07:39:52 +01: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
2021-03-19 16:16:34 +01:00
- [x] open_above (O) command
- [ ] = for auto indent line/selection
2021-02-22 04:06:28 +01: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-16 05:51:22 +01:00
- [ ] yank on delete
2021-03-16 07:30:29 +01:00
- [ ] load toml configs, themes, tabsize/identation
2021-03-12 08:20:56 +01:00
- [ ] draw separator line between views
- [ ] lsp: signature help
2021-03-12 08:20:56 +01:00
- [x] lsp: hover
- [ ] lsp: document symbols (nested/vec)
- [ ] lsp: code actions
- [ ] lsp: formatting
- [ ] lsp: goto
2021-02-09 07:39:52 +01: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-03-24 07:00:41 +01:00
- [ ] highlight matched characters in completion
2021-02-09 07:39:52 +01:00
3
- [ ] diagnostics popups
- [ ] diff mode with highlighting?
- [ ] snippet support (tab to jump between marks)
- [ ] gamelisp/wasm scripting
2021-02-09 07:39:52 +01:00
X
- [ ] rendering via skulpin/skia or raw wgpu