Replies: 1 comment
-
Ah, we define word not as
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the snippets below. When I type
##
and expand the snippet, I expect to getsecond
. However, I get#first
. According to the docs,wordTrig
istrue
by default, which means that the text before the cursor matches the trigger entirely before the snippet fires. So, I would expect##
be detected completely.Beta Was this translation helpful? Give feedback.
All reactions