2020-09-12 11:44:57 +03:00
|
|
|
- Refactor tree-sitter-highlight to work like the atom one, recomputing partial tree updates.
|
|
|
|
- syntax errors highlight query
|
|
|
|
|
2021-02-09 09:39:52 +03:00
|
|
|
------
|
|
|
|
|
2021-04-07 08:04:13 +03:00
|
|
|
- tree sitter:
|
|
|
|
- lua
|
|
|
|
- markdown
|
|
|
|
- zig
|
|
|
|
- regex
|
|
|
|
- vue
|
|
|
|
- kotlin
|
|
|
|
- julia
|
|
|
|
- clojure
|
|
|
|
- erlang
|
|
|
|
|
2021-03-24 09:00:41 +03: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 09:39:52 +03:00
|
|
|
1
|
2021-02-09 09:59:42 +03:00
|
|
|
- [ ] respect view fullscreen flag
|
2021-02-09 09:39:52 +03:00
|
|
|
- [ ] Implement marks (superset of Selection/Range)
|
|
|
|
- [ ] nixos packaging
|
|
|
|
- [ ] CI binary builds
|
|
|
|
|
2021-02-12 10:49:24 +03:00
|
|
|
- [ ] regex search / select next
|
2021-02-19 07:59:24 +03:00
|
|
|
- [ ] = for auto indent line/selection
|
2021-03-16 07:51:22 +03:00
|
|
|
- [ ] yank on delete
|
2021-03-24 12:16:15 +03:00
|
|
|
- [ ] :x for closing buffers
|
|
|
|
|
2021-04-07 08:04:13 +03:00
|
|
|
- [x] jumplist (push selections on goto / select on the view)
|
|
|
|
- [x] repeat insert/command -> transaction
|
2021-03-24 12:16:15 +03:00
|
|
|
- [ ] repeat selection
|
2021-02-12 10:49:24 +03:00
|
|
|
|
2021-04-01 04:39:46 +03:00
|
|
|
- [] jump to alt buffer
|
|
|
|
|
2021-03-16 09:30:29 +03:00
|
|
|
- [ ] load toml configs, themes, tabsize/identation
|
|
|
|
|
2021-03-12 10:20:56 +03:00
|
|
|
- [ ] draw separator line between views
|
2021-02-12 10:49:24 +03:00
|
|
|
|
2021-02-24 11:29:28 +03:00
|
|
|
- [ ] lsp: signature help
|
2021-03-12 10:20:56 +03:00
|
|
|
- [x] lsp: hover
|
2021-02-24 11:29:28 +03:00
|
|
|
- [ ] lsp: document symbols (nested/vec)
|
|
|
|
- [ ] lsp: code actions
|
|
|
|
- [ ] lsp: formatting
|
2021-03-24 12:16:15 +03:00
|
|
|
- [x] lsp: goto
|
|
|
|
|
2021-04-07 08:04:13 +03:00
|
|
|
- [ ] search: wrap around file
|
|
|
|
- [ ] search: smart case by default: insensitive unless upper detected
|
|
|
|
|
2021-03-24 12:16:15 +03:00
|
|
|
- decide if markdown should have vertical padding too
|
|
|
|
|
|
|
|
- the hooks system should be better for pre/post insert.
|
2021-02-24 11:29:28 +03:00
|
|
|
|
2021-02-09 09:39:52 +03:00
|
|
|
2
|
2021-03-24 12:16:15 +03:00
|
|
|
- [ ] surround bindings (select + surround ( wraps selection in parens )
|
|
|
|
- [ ] macro recording
|
2021-03-29 09:28:57 +03:00
|
|
|
- [x] tab completion for paths on the prompt
|
2021-02-19 07:59:24 +03:00
|
|
|
- [ ] extend selection (treesitter select parent node) (replaces viw, vi(, va( etc )
|
|
|
|
- [ ] bracket pairs
|
|
|
|
- [x] comment block (gcc)
|
|
|
|
- [ ] completion signature popups/docs
|
|
|
|
- [ ] selection align
|
2021-02-24 11:29:28 +03:00
|
|
|
- [ ] store some state between restarts: file positions, prompt history
|
2021-03-24 09:00:41 +03:00
|
|
|
- [ ] highlight matched characters in completion
|
2021-02-09 09:39:52 +03:00
|
|
|
|
|
|
|
3
|
2021-03-24 12:16:15 +03:00
|
|
|
- [x] diagnostics popups
|
2021-02-19 07:59:24 +03:00
|
|
|
- [ ] diff mode with highlighting?
|
|
|
|
- [ ] snippet support (tab to jump between marks)
|
|
|
|
- [ ] gamelisp/wasm scripting
|
2021-02-09 09:39:52 +03:00
|
|
|
|
|
|
|
X
|
2021-02-19 07:59:24 +03:00
|
|
|
- [ ] rendering via skulpin/skia or raw wgpu
|