Skip to content
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

Wishlist: Suppress inspections #93

Open
szhorvat opened this issue Dec 4, 2017 · 1 comment
Open

Wishlist: Suppress inspections #93

szhorvat opened this issue Dec 4, 2017 · 1 comment
Assignees

Comments

@szhorvat
Copy link
Contributor

szhorvat commented Dec 4, 2017

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.

image

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.

image

@halirutan halirutan self-assigned this Dec 4, 2017
@halirutan
Copy link
Owner

I definitely support this. I just haven't had the chance to look into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants