diff options
author | Blaž Hrastnik | 2022-03-03 08:53:19 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-03-04 00:36:34 +0000 |
commit | 5f386fa355d2f3e95a890c2d63d95b05ddca23a4 (patch) | |
tree | 7b6bfb1347221b620204f9983b1e29a1486242f5 /TODO.md | |
parent | 5d14f56fa9822b18107a5a5efac98dfe9d08f8ce (diff) |
Remove TODO.md
The file predates open-sourcing and we managed to implement most
of it by now. The remaining features have tracking issues.
Fixes #1155
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/TODO.md b/TODO.md deleted file mode 100644 index ab94cf9a..00000000 --- a/TODO.md +++ /dev/null @@ -1,19 +0,0 @@ - -- [ ] completion isIncomplete support -- [ ] respect view fullscreen flag -- [ ] Implement marks (superset of Selection/Range) - -- [ ] = for auto indent line/selection -- [ ] lsp: signature help - -2 -- [ ] store some state between restarts: file positions, prompt history -- [ ] highlight matched characters in picker - -3 -- [ ] diff mode with highlighting? -- [ ] snippet support (tab to jump between marks) -- [ ] gamelisp/wasm scripting - -X -- [ ] rendering via skulpin/skia or raw wgpu |