Replies: 2 comments
-
A quick fix I can think of is to define both upper and lower-case snippets. Is this already implemented? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You document most likely contains the word
|
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
-
In the default settings, when I input
\fr
, pressTab
, typex
, and then pressTab
again, the system auto-completesx
toxcolor
. This is not the desired outcome because my intention is to useTab
to move to the next set of braces. I found a workaround by enabling 'tab completion' and simultaneously disabling 'quick suggestions'. This solution is almost perfect, except for one issue: typingbeq
followed byTab
no longer works. Instead, I have to typeBEQ
(in uppercase) followed byTab
to create the desired environment.Ideally, I'd like to have 'quick suggestions' enabled only for snippet keywords, such as
beq
,mbf
, and so on. However, I am unsure how to achieve this. While there is an option to enable 'tab completion' for snippets only, a similar option for 'quick suggestions' seems to be lacking.Beta Was this translation helpful? Give feedback.
All reactions