From 5f386fa355d2f3e95a890c2d63d95b05ddca23a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Thu, 3 Mar 2022 17:53:19 +0900 Subject: [PATCH] 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 --- TODO.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 TODO.md diff --git a/TODO.md b/TODO.md deleted file mode 100644 index ab94cf9a0..000000000 --- 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