-
Notifications
You must be signed in to change notification settings - Fork 17
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
Autocomplete single-quotes for local macros #6
Comments
That's resolved with this line of code. Essentially, the package overrides the defaults in the bracket-matcher package. |
@kylebarron great! is that in current release? Wasn't seeing it in own editor behavior |
Hmm you're right. It's working with `' in my own Atom setup, but when I installed the package in a Windows VM, it didn't autocomplete. I need to do a little more debugging. |
FWIW I'm on a mac |
I think it's due to the fact that this language package is changing settings for the bracket-matcher package that were already loaded before installing language-stata-plus. Those won't get reloaded for the Stata scope until you reload Atom. It doesn't seem to always work by just closing Atom and reopening it; Atom probably has some background process. Do cmd-shift-P to open up the command prompt and choose "Window: Reload" (ctrl+shift+F5 on Windows and Linux). The bracket matching should function properly after that reload. |
yup. That was embarrassing! :) Thanks! |
It wasn't clear to me that I restart was needed. I'll add that to the README. |
A long-standing request we never figured out how to implement...
benwhalley/atom-language-stata#15
The text was updated successfully, but these errors were encountered: