Androberz
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Attract plugin developers to review your plugin
AnsweredHi, I've added my Idea plugin to the marketplace, and currently, it's being used by some Idea users. But to leave a plugin review, a user is required to be registered in the JetBrains developers co... -
Edited Can't get method overrides correctly
AnsweredI'm trying to get method overrides if any present. I do the following: PsiMethod myMethod = psiClass.findMethodsByName("myMethod", true).findFirst().orElse(null);Collection<PsiMethod> overrides = O...