-
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
Some snippet bugs #883
Comments
I forget the precise details but this is a vs code issue, I believe it's to do with having special characters in snippets. |
Could it be because some snippet has special meaning to the editor? Also, all snippets work if import from |
This may help you, I know at one point I experienced the same issue. I looked at my "editor.snippetSuggestions": "top",
"editor.suggestSelection": "recentlyUsedByPrefix",
"editor.tabCompletion": "onlySnippets",
"editor.quickSuggestionsDelay": 0, |
Please check the closed issues labelled with snippets. |
I've checked those issues, but none of them seems to work this time. |
I've checked the setting. Here is the solution, if the But still, no suggestion window pops, it still might be a bug. |
There is no suggestion window popup for |
Not all others works, |
Except |
That's interesting, did you also set to |
I have |
Everything should be properly fixed now. To have intellisense automatically triggered inside snippets, set |
Description
Some snippet like
**
will not work completely even I pressTab
afterward.Some snippet like
@6
work if I pressTab
but no suggestion window popped up.Sorry didn't have time to test all the snippets.
Additional Information
System: MacOS 10.14
VSCode and LaTeXworkshop: latest
The text was updated successfully, but these errors were encountered: