-
Notifications
You must be signed in to change notification settings - Fork 168
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
Auto Complete won't work when typing in single line $$ #57
Comments
Update the trigger conditions. |
Start to wonder if this is a feature other than bug... |
You’re right, there needs to be a whitespace character to the right otherwise autocomplete won’t trigger, this is by design. But this should not occur inside inline maths, since it’s very common to be typing LaTeX commands inside $$ without whitespace. |
Fix Issue lukakerr#57 by add '$' in isWhiteSpace check list.
I pull a merge #58 to fix it. |
Trying to use latex auto complete, it works when typing as plain text.
It works in multi-line $$.
But when I try to type between in single line $$, the auto complete just does not pop out.
For example, auto complete works in:
but does not work in :
The text was updated successfully, but these errors were encountered: