-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Tab autocompletion is buggy when text is present at caret #3338
Comments
Thanks, indeed something strange is going on, another example: Given: |
$
when autocompleting command in math environment
This seems to be a bug in IntelliJ, I've created a bug in YouTrack: https://youtrack.jetbrains.com/issue/IDEA-341961/Deletion-for-replacement-completion-is-based-on-Java-but-also-used-for-other-languages |
This bug already exists as TEX-153, I suggests keeping it separate from this as it's a different issue - I have been debugging, fix should be coming soon :) |
Could you add a link to the issue? I have a similar problem with |
oh, the github-actions-bot added the link to my comment (still |
Half a bug, half a missing feature.
select the completion
\lambda
withtab
and the closing$
will be consumedExpected:
Actual:
The text was updated successfully, but these errors were encountered: