-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add $1 to jump out of snippets? #1059
Comments
See the discussion in 609. The problem basically comes from the ability to nest snippets. |
@jlelong So what was the final decision regarding this? Leaving it up to vscode? Also the issue referenced to vscode is about adding priorities to snippets. So if I understand correctly to have all issues with snippets will be gone when vscode adds priorities to snippets? |
@Astrantia there is currently an issue with some snippets and I cannot figure out why it is not working. I have posted an issue on vscode repo. Hopefully, I will get some insights there and then return to our issue. |
@jlelong I think we found a solution in your issue. We need to add wordpattern regex in syntax.json and this should be hopefully fixed. |
I have been playing a bit with the |
To have intellisense automatically triggered inside snippets, set |
Is this feature implemented? seems not working for me. |
Yes. For which snippets, is not working? |
https://github.com/James-Yu/LaTeX-Workshop/blob/master/snippets/latex.json#L475
In many of current snippets it is impossible to jump to the next scope once you've triggered the snippet. For example ( snippet expands to ( … ), but once you are done with typing … you want to move on by leaving (). I've observed this to be the case with many other snippets. Thoughts about reworking it?
@jlelong @tecosaur
The text was updated successfully, but these errors were encountered: