Ajit Hegde
Java developer.
- 活动总数 24
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 7
-
创建于 Not able to update intellij plugin to support latest version of intellij
已回答I am trying to update my intellij plugin to 2022.1. But I got some NoClassDefFound error for some class names SystemInfoRt. So After searching few blogs, I found that I have to update my grade inte... -
创建于 PairedBraceMatcher is not working for Bracket followed by an identifier
已回答Hi all, In my custom language plugin, I have added simple PairedBraceMatcher implementation and it works fine for Brace and Parenthesis It works for Brackets also but if there is a "[" followed b... -
创建于 Plugin.xml is giving "Cannot resolve extension point error"
已回答Hi all, I am developing my custom language plugin and initially, plugin.xml was fully functional(highlighting and code completion). But after some update, it stopped highlighting the extensions. ... -
创建于 Custom PSI error message when hovered on error
已回答Hi all, I am working on a plugin for some language and I want to customize the error message displayed when tokens are not matching. Below is the snapshot. Here Instead of CDSToken.DOT or CDSToken...