Simon Stückemann
- 活动总数 27
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 7
-
创建于 ReferencesSearch: Assertion Error
I am trying to use ReferencesSearch.search() to find references to various elements in multiple PsiTreeChangeListeners under certain conditions.In particular, I am trying to find references to a pa... -
创建于 Set Default Selection in Refactoring Dialogs
I am using several of the refactoring handlers in my plugin code, for example the IntroduceFieldHandler in order to launch a refactoring to introduce a new field for a given PsiExpression.However, ... -
创建于 RefactoringElementListenerProvider::getListener not Called for Moving Instance Method
I am using the following code to pick up refactorings: public class MyRefactoringElementListenerProvider implements RefactoringElementListenerProvider { private static final Logger LOG = Logger.... -
创建于 LocalInspectionTool Results in ToolWindow
I have build a LocalInspectionTool that reports problems directly by highlighting parts of the code and offering quick fixes. However, I would like to extend this and offer more sophisticated optio... -
创建于 Using Gradle to run Automated Tests
Hello everyone,For a plugin I am developing I have set up automated build scripts using gradle. This works well for the actual compilation and packaging of the plugin but fails to work for tests.My... -
创建于 Observe Java Code Changes and Refactor based on Analysis
Hello everyone,I am trying to get into IntellIJ IDEA plugin development and running into a few problems, so naturally, this is my first post here. I hope at some point I'll be able to answer some q...