helix-mods/TODO.md

64 lines
1.8 KiB
Markdown
Raw Normal View History

2020-09-12 10:44:57 +02:00
- Refactor tree-sitter-highlight to work like the atom one, recomputing partial tree updates.
- syntax errors highlight query
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)
- [ ] nixos packaging
- [ ] CI binary builds
- [ ] regex search / select next
- [ ] = for auto indent line/selection
2021-03-16 05:51:22 +01:00
- [ ] yank on delete
2021-03-24 10:16:15 +01:00
- [ ] :x for closing buffers
- [ ] jumplist (push selections on goto / select on the view)
- [ ] repeat insert/command -> transaction
- [ ] repeat selection
- [] jump to alt buffer
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
2021-03-24 10:16:15 +01:00
- [x] lsp: goto
- decide if markdown should have vertical padding too
- the hooks system should be better for pre/post insert.
2021-02-09 07:39:52 +01:00
2
2021-03-24 10:16:15 +01:00
- [ ] surround bindings (select + surround ( wraps selection in parens )
- [ ] macro recording
2021-03-29 08:28:57 +02:00
- [x] 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
2021-03-24 10:16:15 +01:00
- [x] 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