Ajit Hegde

Java developer.
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 7
-
Created Not able to update intellij plugin to support latest version of intellij
AnsweredI 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... -
Created PairedBraceMatcher is not working for Bracket followed by an identifier
AnsweredHi 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... -
Created Plugin.xml is giving "Cannot resolve extension point error"
AnsweredHi 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. ... -
Created Custom PSI error message when hovered on error
AnsweredHi 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...