helix-mods/TODO.md

33 lines
713 B
Markdown
Raw Normal View History

2021-04-07 07:04:13 +02:00
- tree sitter:
- markdown
- regex
- kotlin
- clojure
- erlang
2021-03-24 07:00:41 +01:00
- [ ] 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)
2021-05-09 12:03:03 +02:00
- [ ] = for auto indent line/selection
2021-03-24 10:16:15 +01:00
- [ ] :x for closing buffers
- [ ] lsp: signature help
2021-03-24 10:16:15 +01:00
2021-02-09 07:39:52 +01:00
2
2021-03-24 10:16:15 +01:00
- [ ] macro recording
- [ ] extend selection (treesitter select parent node) (replaces viw, vi(, va( etc )
- [ ] selection align
- [ ] store some state between restarts: file positions, prompt history
2021-06-22 16:26:34 +02:00
- [ ] highlight matched characters in picker
2021-02-09 07:39:52 +01:00
3
- [ ] diff mode with highlighting?
- [ ] snippet support (tab to jump between marks)
- [ ] gamelisp/wasm scripting
2021-02-09 07:39:52 +01:00
X
- [ ] rendering via skulpin/skia or raw wgpu