cursive

jdhollis 2025-02-09T19:55:22.877029Z

Suggestion for the "continuing comment on newline" feature—instead of the "shift-return" previously suggested, could you use a double return? So, you hit return once—new line gets commented. Then return again (with no content on the line), and both the previous new line and the new one are no longer commented.

jdhollis 2025-02-09T19:56:15.983899Z

I find myself wanting to rapidly cancel out of the comment, and not sure where I picked it up, but my instinct is to just hit return again.

Dustin Getz (Hyperfiddle) 2025-02-09T22:11:27.963579Z

my 2c - Esc is what i reach for, but also, if it didn't auto indent the continued comment by 1 space, backspace is one keystroke not two

Dustin Getz (Hyperfiddle) 2025-02-09T22:11:56.171609Z

thoigh i have also found my self hitting Enter a few times when this happens

jdhollis 2025-02-10T00:19:12.011639Z

Yeah—ditching the auto-indent would also be a possible solution (or making the first backspace kill the line).