You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, today I tried snippets and found a small bug, if I type in the snippet fast - it works, but if i type letters with some delay - it doesn't.
I guess having some kind of setting for snippet typing speed would be nice.
Tried it with vscode and it was reproduceble for all my snippets.
Snippets are awesome btw :)
Version is 3.26.1 (2242)
The text was updated successfully, but these errors were encountered:
Hi @fushugaku, I'll need to dig into this a bit. I think typing speed shouldn't affect whether the snippet is triggered or not. I don't have the code in my head right now, but I believe it uses the sequence of characters that were typed without any timeout.
It might just be that the bug disguises itself as having to do with the speed of the input.
Hello, today I tried snippets and found a small bug, if I type in the snippet fast - it works, but if i type letters with some delay - it doesn't.
I guess having some kind of setting for snippet typing speed would be nice.
Tried it with vscode and it was reproduceble for all my snippets.
Snippets are awesome btw :)
Version is 3.26.1 (2242)
The text was updated successfully, but these errors were encountered: