Androberz
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 Attract plugin developers to review your plugin
已回答Hi, 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... -
已编辑于 Can't get method overrides correctly
已回答I'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...