We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
IntelliJ IDEA 2024.3, Build #IU-243.21565.193
Windows 11
0.9.9
main.tex
\documentclass[11pt]{article} \usepackage{myStyle} \begin{document} \begin{align} \sigma = C \varepsilon \end{align} \end{document}
myStyle.sty
\RequirePackage{amsmath}
Use of amsmath is recognized and environments like align are not highlighted as errors
align is underlined in red and import of amsmath is suggested as fix
It worked correctly until some time ago, version 0.9.6.
The text was updated successfully, but these errors were encountered:
I think this might be related to indexes/caching, could you try restarting intellij one or two times?
Sorry, something went wrong.
You are right. Restarting IntelliJ again solved the problem. Thanks!
Thanks for checking, I can reproduce that issue. I will see if I can improve this so that it works without restart
No branches or pull requests
Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version
IntelliJ IDEA 2024.3, Build #IU-243.21565.193
Operating System
Windows 11
TeXiFy IDEA version
0.9.9
What I did (steps to reproduce)
Minimal example to reproduce the problem
main.tex
myStyle.sty
\RequirePackage{amsmath}
Expected behavior
Use of amsmath is recognized and environments like align are not highlighted as errors
Actual behavior
align is underlined in red and import of amsmath is suggested as fix
Additional Remark
It worked correctly until some time ago, version 0.9.6.
The text was updated successfully, but these errors were encountered: