rubenquadros
- 活动总数 7
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
-
rubenquadros 进行了评论, -
rubenquadros 创建了一个帖子, 已回答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 ... -
-
rubenquadros 创建了一个帖子, 已回答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...