-
Notifications
You must be signed in to change notification settings - Fork 47
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 snippets doesn't work #120
Comments
No math snippets work because mathmode is a string environment with this package, and strings don't get considered for snippets by the autocomplete-snippet package. See atom/autocomplete-snippets#55 and atom/autocomplete-snippets@28a0af0. In fact, these snippets shouldn't have been working for a couple of years now. |
A workaround is to run the command Go to the new package it made (try Now go to your Having done this, the next time you load Atom it will use the local version of the If you (or someone else reading this) get stuck, let me know where. For updates on when the snippets package itself will implement this, subscribe to atom/autocomplete-snippets#77. |
@Aerijo Hey! This math mode snippets thing is really annoying. I've been following your interest in the matter and you're definitely the guy who knows what they're doing. Thank you for trying to fix this for us! Cheers for the hard work on the topic! |
@Antzy21 I think the math scope will eventually be changed to markup in The real issue with As a workaround / side project I've been making an |
It's available now, for anyone interested. Feel free to make a PR with more default commands that everybody could appreciate. |
Some snippets doesn't work. Like "frac","it",ect.
![image](https://cloud.githubusercontent.com/assets/17312605/23340217/80d400ee-fc6d-11e6-910c-21e30f900c2f.png)
![image](https://cloud.githubusercontent.com/assets/17312605/23340219/8f24b4f4-fc6d-11e6-9c64-1ceeb8ab0ad5.png)
It's a .tex file in latex.
The text was updated successfully, but these errors were encountered: