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
If the cursor is positioned as “\blahblahbl”, disable the snippet completion. This could be done with a regex that checks that there is a backslash followed by text not separated by spaces.
The reason for this is to be able to write things manually for less-often used symbols. For example, \land triggers the “and” snippet for me, so I write the “d” first and then the rest before it to avoid triggering the snippet. I know that this can be fixed by customizing the snippets shortcuts, yet I think this would still be a powerful feature.
The text was updated successfully, but these errors were encountered:
If the cursor is positioned as “\blahblahbl”, disable the snippet completion. This could be done with a regex that checks that there is a backslash followed by text not separated by spaces.
The reason for this is to be able to write things manually for less-often used symbols. For example, \land triggers the “and” snippet for me, so I write the “d” first and then the rest before it to avoid triggering the snippet. I know that this can be fixed by customizing the snippets shortcuts, yet I think this would still be a powerful feature.
The text was updated successfully, but these errors were encountered: