2020-09-12 10:44:57 +02:00
|
|
|
- Refactor tree-sitter-highlight to work like the atom one, recomputing partial tree updates.
|
|
|
|
|
2021-02-09 07:39:52 +01:00
|
|
|
------
|
|
|
|
|
2021-05-27 17:00:51 +02:00
|
|
|
as you type completion!
|
|
|
|
|
2021-04-07 07:04:13 +02:00
|
|
|
- tree sitter:
|
|
|
|
- lua
|
|
|
|
- markdown
|
|
|
|
- zig
|
|
|
|
- regex
|
|
|
|
- vue
|
|
|
|
- kotlin
|
|
|
|
- julia
|
|
|
|
- clojure
|
|
|
|
- erlang
|
|
|
|
|
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
|
2021-05-09 12:03:03 +02:00
|
|
|
- [ ] document.on_type provider triggers
|
2021-03-24 07:00:41 +01:00
|
|
|
- [ ] completion isIncomplete support
|
|
|
|
|
2021-05-27 17:00:51 +02:00
|
|
|
- [ ] scroll wheel support
|
|
|
|
- [ ] matching bracket highlight
|
|
|
|
|
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)
|
2021-05-09 12:03:03 +02:00
|
|
|
|
2021-02-09 07:39:52 +01:00
|
|
|
- [ ] nixos packaging
|
|
|
|
|
2021-02-19 05:59:24 +01:00
|
|
|
- [ ] = for auto indent line/selection
|
2021-03-24 10:16:15 +01:00
|
|
|
- [ ] :x for closing buffers
|
|
|
|
|
|
|
|
- [ ] repeat selection
|
2021-02-12 08:49:24 +01:00
|
|
|
|
2021-04-01 03:39:46 +02:00
|
|
|
- [] jump to alt buffer
|
|
|
|
|
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
|
|
|
|
|
2021-04-07 07:04:13 +02:00
|
|
|
- [ ] search: smart case by default: insensitive unless upper detected
|
|
|
|
|
2021-05-09 12:03:03 +02:00
|
|
|
- [ ] move Compositor into tui
|
|
|
|
|
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
|
|
|
- [ ] extend selection (treesitter select parent node) (replaces viw, vi(, va( etc )
|
2021-04-08 08:58:20 +02:00
|
|
|
- [x] bracket pairs
|
2021-02-19 05:59:24 +01:00
|
|
|
- [x] comment block (gcc)
|
|
|
|
- [ ] 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-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
|