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)
|
|
|
|
- [ ] ctrl-v/ctrl-x on file picker
|
|
|
|
- [ ] linewise selection work
|
|
|
|
- [ ] nixos packaging
|
|
|
|
- [ ] CI binary builds
|
|
|
|
|
2021-02-12 08:49:24 +01:00
|
|
|
- [ ] regex search / select next
|
2021-03-19 16:16:34 +01:00
|
|
|
- [x] open_above (O) command
|
2021-02-19 05:59:24 +01:00
|
|
|
- [ ] = 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
|
2021-02-12 08:49:24 +01:00
|
|
|
|
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
|
2021-02-12 08:49:24 +01:00
|
|
|
|
2021-02-24 09:29:28 +01:00
|
|
|
- [ ] lsp: signature help
|
2021-03-12 08:20:56 +01:00
|
|
|
- [x] lsp: hover
|
2021-02-24 09:29:28 +01:00
|
|
|
- [ ] 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
|
|
|
|
|
|
|
|
- completion/signature_help should be async callbacks to method responses.
|
|
|
|
- the hooks system should be better for pre/post insert.
|
2021-02-24 09:29:28 +01:00
|
|
|
|
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-02-19 05:59:24 +01:00
|
|
|
- [ ] 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
|
2021-02-24 09:29:28 +01:00
|
|
|
- [ ] 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
|
2021-02-19 05:59:24 +01:00
|
|
|
- [ ] diff mode with highlighting?
|
|
|
|
- [ ] snippet support (tab to jump between marks)
|
|
|
|
- [ ] gamelisp/wasm scripting
|
2021-02-09 07:39:52 +01:00
|
|
|
|
|
|
|
X
|
2021-02-19 05:59:24 +01:00
|
|
|
- [ ] rendering via skulpin/skia or raw wgpu
|