-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Command [COMMAND_NAME] is not defined
inspection false positives
#3318
Comments
Did you enable this inspection, which is disabled by default? |
@PHPirates Yes, I did indeed enable it. Is it a "beta" feature, so to speak? If an inspection exists, I do expect it to work. |
Yes, basically there were too many false positives for me to fix all at once, hence it is disabled by default. |
I see you also mentioned |
@PHPirates I got you - no worries. It's a very useful inspection so I thought I would enable it, but yeah, it's still too buggy to be used. |
Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version
CLion 2023.2.2
Build #CL-232.9921.42, built on September 12, 2023
Subscription is active until August 5, 2024.
For educational use only.
Runtime version: 17.0.8+7-b1000.22 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 14.1.1
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 12
Metal Rendering is ON
Registry:
run.processes.with.pty=TRUE
ide.experimental.ui=true
debugger.attach.dialog.enabled=true
Non-Bundled Plugins:
org.editorconfig.editorconfigjetbrains (232.9921.30)
com.jetbrains.rust (232.20527.39)
com.intellij.kubernetes (232.9921.86)
com.intellij.grazie.pro (0.3.263)
nl.rubensten.texifyidea (0.9.1)
ru.adelf.idea.dotenv (2023.2)
mobi.hsz.idea.gitignore (4.5.2)
com.firsttimeinforever.intellij.pdf.viewer.intellij-pdf-viewer (0.15.0)
Operating System
macOS Sonoma 14.1.1
TeXiFy IDEA version
0.9.1
What I did (steps to reproduce)
Create a new LaTeX project and start writing equations or other markup that requires LaTeX commands (not just plain text rendered with LaTeX).
Minimal example to reproduce the problem
Expected behavior
Commands such as
\leq
and\\
, and other commands that are either built into LaTeX or included in one of the used packages are not underlined.Actual behavior
Command [COMMAND_NAME] is not defined
is emitted 5 times on lines 8, 9 and 10.The text was updated successfully, but these errors were encountered: