Mathieu Moreau
Mathieu Moreau
Could also use some profiling to check bottlenecks.
by all means keep hold on to ALT+cursor too, since that's what's in VScode.
``` ## COMMON_STEPS * test 1 \ \ \ * test 2 * test 3 ``` produces  ``` test 1 \ test 2 test 3 ``` not 3 line...
But if we do clear the clipboard on timeout (**works for me**) then why we don't clear it before exiting the app? There should be a exit hook before killing...
Fare enough, thanks
I'm trying to put an empty line between list items, but none of these work ``` * itemA BACKSLASH_HERE * itemB * itemA * itemB * itemA * itemB *...
Thank you! but I'm testing 2.1.3.1355 and standing here, when I press 'b' it doesn't jump to Belarusian.lang  even though it's sorted by name.
There shouldn't be a need to use both ctrl+alt modifiers to type any character, please double check your layout.
Also if pressing enter after `if(test)` it could auto add the curly braces. Half of code base is usually curly braces.
You have a `call();` you decide to wrap it in if/while/do/for blocks, you start typing` if(x) { ` in front of it, then press ENTER, the least it can do...