You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/TODO.md

67 lines
1.7 KiB
Markdown

- Refactor tree-sitter-highlight to work like the atom one, recomputing partial tree updates.
- syntax errors highlight query
3 years ago
------
- tree sitter:
- lua
- markdown
- zig
- regex
- vue
- kotlin
- julia
- clojure
- erlang
3 years ago
- [ ] 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
3 years ago
1
- [ ] respect view fullscreen flag
3 years ago
- [ ] Implement marks (superset of Selection/Range)
- [ ] nixos packaging
- [ ] CI binary builds
- [ ] regex search / select next
- [ ] = for auto indent line/selection
3 years ago
- [ ] :x for closing buffers
- [x] jumplist (push selections on goto / select on the view)
- [x] repeat insert/command -> transaction
3 years ago
- [ ] repeat selection
- [] jump to alt buffer
- [ ] lsp: signature help
- [x] lsp: hover
- [ ] lsp: document symbols (nested/vec)
- [ ] lsp: code actions
- [ ] lsp: formatting
3 years ago
- [x] lsp: goto
- [ ] search: smart case by default: insensitive unless upper detected
3 years ago
2
3 years ago
- [ ] surround bindings (select + surround ( wraps selection in parens )
- [ ] macro recording
3 years ago
- [x] tab completion for paths on the prompt
- [ ] extend selection (treesitter select parent node) (replaces viw, vi(, va( etc )
- [x] bracket pairs
- [x] comment block (gcc)
- [ ] completion signature popups/docs
- [ ] selection align
- [ ] store some state between restarts: file positions, prompt history
3 years ago
- [ ] highlight matched characters in completion
3 years ago
3
3 years ago
- [x] diagnostics popups
- [ ] diff mode with highlighting?
- [ ] snippet support (tab to jump between marks)
- [ ] gamelisp/wasm scripting
3 years ago
X
- [ ] rendering via skulpin/skia or raw wgpu