Lucas Jung
Lucas Jung
Started learning Rust and I also wish F5 would trigger `cargo run`.
It could be related to a performance issue happening, as you mentioned you needed to type it fast. Your computer might be powerful enough that you can write fast in...
Hello, are you using the vscode vim extension ? Possible duplicate of #78
Same here with simple snippets: ``` snippet ab "Ab" A a $1 b endsnippet snippet cc "Cc" A cc endsnippet ``` Typing `abcc` lock me at `|` in `a cc|...
I can confirm the issue. That being said, you don't need the string formatting here (even if the problem still occurs without it): ``` snippet `abc` "i" iA $1 111...
I don't know how to make a trigger case-insensitive (maybe not currently possible without using `[A-zA-Z]` or `\w`) but I might help you with text flashing: In the snippet you...
Duplicate of #81
I managed to achieve your request (in a quirky way): ``` snippet aj "Theorem" bA `` rv = "\\begin{Teorema}" + (t[0].length > 0 ? "[" : "") ``$1`` rv =...
I just checked it out once again and on my computer writing "gauss" results in the following: ``` \begin{Teorema}[aussg]\label{teo: aussg} \end{Teorema} ``` (the g is at the end for the...
Linking the conversation about it: https://kmkfw.zulipchat.com/#narrow/stream/358347-general/topic/OneShot.20and.20KC.2ELT