dkandalov / live-plugin

IntelliJ plugin for writing IntelliJ plugins at runtime ⚡️
https://plugins.jetbrains.com/plugin/7282
Apache License 2.0
857 stars 67 forks source link

Suppressing Inspections #190

Open ItsEmpa opened 3 weeks ago

ItsEmpa commented 3 weeks ago

Is it possible to suppress an already existing inspection? Similar to how you can register new inspections and register problems with it, I would like to suppress warnings for arguments inside functions when the function has a specific annotation

dkandalov commented 3 weeks ago

Yes, something along the lines of this gist https://gist.github.com/dkandalov/590bdf339efe643a124e43082bed22d1