You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does not work with Mathematica code. It would be useful to make it work.
For example, I use ByteArray in LTemplate. It triggers a version warning because I set compatibility to 10.0, but it was introduced only in 10.1. I see several red error warnings on the scrollbar on the right.
But I use ByteArray in a way that won't cause compatibility problems in 10.0, so I would like to disable these specific inspections.
At the same time, I do not want to disable warnings about versions. This is an extremely useful feature that helped me find multiple bugs in my code.
Currently, the only option is to disable the inspection entirely.
The text was updated successfully, but these errors were encountered:
IDEA has a feature to suppress individual inspections (without disabling that inspection altogether).
https://www.jetbrains.com/help/idea/suppressing-inspections.html
This does not work with Mathematica code. It would be useful to make it work.
For example, I use ByteArray in LTemplate. It triggers a version warning because I set compatibility to 10.0, but it was introduced only in 10.1. I see several red error warnings on the scrollbar on the right.
But I use ByteArray in a way that won't cause compatibility problems in 10.0, so I would like to disable these specific inspections.
At the same time, I do not want to disable warnings about versions. This is an extremely useful feature that helped me find multiple bugs in my code.
Currently, the only option is to disable the inspection entirely.
The text was updated successfully, but these errors were encountered: