|
|
@ -1,10 +1,6 @@
|
|
|
|
- Implement style configs, tab settings
|
|
|
|
|
|
|
|
- Refactor tree-sitter-highlight to work like the atom one, recomputing partial tree updates.
|
|
|
|
- Refactor tree-sitter-highlight to work like the atom one, recomputing partial tree updates.
|
|
|
|
- syntax errors highlight query
|
|
|
|
- syntax errors highlight query
|
|
|
|
|
|
|
|
|
|
|
|
- UI work: completion popup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
------
|
|
|
|
------
|
|
|
|
|
|
|
|
|
|
|
|
- [ ] use signature_help_provider and completion_provider trigger characters in
|
|
|
|
- [ ] use signature_help_provider and completion_provider trigger characters in
|
|
|
@ -23,9 +19,12 @@
|
|
|
|
- [ ] regex search / select next
|
|
|
|
- [ ] regex search / select next
|
|
|
|
- [x] open_above (O) command
|
|
|
|
- [x] open_above (O) command
|
|
|
|
- [ ] = for auto indent line/selection
|
|
|
|
- [ ] = for auto indent line/selection
|
|
|
|
- [x] q should only close the view, if all are closed, close the editor
|
|
|
|
|
|
|
|
- [ ] buffers should sit on editor.buffers, view simply refs them
|
|
|
|
|
|
|
|
- [ ] yank on delete
|
|
|
|
- [ ] yank on delete
|
|
|
|
|
|
|
|
- [ ] :x for closing buffers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- [ ] jumplist (push selections on goto / select on the view)
|
|
|
|
|
|
|
|
- [ ] repeat insert/command -> transaction
|
|
|
|
|
|
|
|
- [ ] repeat selection
|
|
|
|
|
|
|
|
|
|
|
|
- [ ] load toml configs, themes, tabsize/identation
|
|
|
|
- [ ] load toml configs, themes, tabsize/identation
|
|
|
|
|
|
|
|
|
|
|
@ -36,9 +35,16 @@
|
|
|
|
- [ ] lsp: document symbols (nested/vec)
|
|
|
|
- [ ] lsp: document symbols (nested/vec)
|
|
|
|
- [ ] lsp: code actions
|
|
|
|
- [ ] lsp: code actions
|
|
|
|
- [ ] lsp: formatting
|
|
|
|
- [ ] lsp: formatting
|
|
|
|
- [ ] lsp: goto
|
|
|
|
- [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.
|
|
|
|
|
|
|
|
|
|
|
|
2
|
|
|
|
2
|
|
|
|
|
|
|
|
- [ ] surround bindings (select + surround ( wraps selection in parens )
|
|
|
|
|
|
|
|
- [ ] macro recording
|
|
|
|
- [ ] tab completion for paths on the prompt
|
|
|
|
- [ ] tab completion for paths on the prompt
|
|
|
|
- [ ] extend selection (treesitter select parent node) (replaces viw, vi(, va( etc )
|
|
|
|
- [ ] extend selection (treesitter select parent node) (replaces viw, vi(, va( etc )
|
|
|
|
- [ ] bracket pairs
|
|
|
|
- [ ] bracket pairs
|
|
|
@ -50,7 +56,7 @@
|
|
|
|
- [ ] highlight matched characters in completion
|
|
|
|
- [ ] highlight matched characters in completion
|
|
|
|
|
|
|
|
|
|
|
|
3
|
|
|
|
3
|
|
|
|
- [ ] diagnostics popups
|
|
|
|
- [x] diagnostics popups
|
|
|
|
- [ ] diff mode with highlighting?
|
|
|
|
- [ ] diff mode with highlighting?
|
|
|
|
- [ ] snippet support (tab to jump between marks)
|
|
|
|
- [ ] snippet support (tab to jump between marks)
|
|
|
|
- [ ] gamelisp/wasm scripting
|
|
|
|
- [ ] gamelisp/wasm scripting
|
|
|
|