-
Notifications
You must be signed in to change notification settings - Fork 19
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
Expand Snippet shows on the command line #70
Comments
Thanks for the report, could you share the definition for the |
context "math()"
snippet // "Fraction" iA
\\frac{$1}{$2}$0
endsnippet |
@medwatt how did you manage to get the snippet to auto-expand with |
@jasonkena Until now, custom context snippets were not handled correctly. Now that I had time to add proper support for them, could you quickly test this feature? That would be awesome, I want to be sure I didn't break things! :) They should now only be shown when the custom context function returns |
@smjonas unfortunately, it does not seem to work. On the main branch, I can at least see the snippet in the menu (still being unable to expand it), but using your fork, I can't. Any ideas? |
Yeah sorry, this was a bit of a rushed attempt to implement this... I did test this with 2 custom snippets only and it seemed to work. I'll work on the feature when I have time. Thanks for testing though! |
I came across this which is basically the same question as this one. Unfortunately, it seems that the issue still exists. Have a look at the video recording below.
2022-03-13.05-26-06.mp4
The text was updated successfully, but these errors were encountered: