rubenquadros
- 活动总数 7
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 Can I make already released plugin backward compatible?
已回答Hi, 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 ... -
创建于 Disable code inspection
已回答Hi,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...