rubenquadros
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Can I make already released plugin backward compatible?
AnsweredHi, I released a code inspection plugin but I made an error. I did not set minimum IDE build versions compatible with the plugin. So right now the plugin is compatible with the following: IntelliJ ... -
Created Disable code inspection
AnsweredHi,I have a Kotlin code inspection plugin which displays a banner with 2 actions Fix and Ignore. If the user clicks on Ignore I would like to stop the code inspection for this file. How can I achie...