From 7b47ce32aa4cbe842c3a70c5c0cfd0ab87e928ab Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Sun, 30 Oct 2022 16:53:53 -0500 Subject: [PATCH] Add TODO.xit --- TODO.xit | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 TODO.xit diff --git a/TODO.xit b/TODO.xit new file mode 100644 index 000000000..d37217eb9 --- /dev/null +++ b/TODO.xit @@ -0,0 +1,9 @@ +[x] Parse snippet syntax +[x] Generate transaction from snippet +[ ] Store snippet on the Document +[ ] Map snippet ranges through Document changes +[ ] Delete placeholder values on-type in `helix_term::commands::insert::insert` +[ ] Jump between tabstops with Tab and BackTab +[ ] Support variables +[ ] Support variable transforms +[ ] Support choices as completion items