主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Anna Kozlova
活动总数
1422
最后的活动
2023年06月12日 14:16
成员加入日期
2005年10月25日 10:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
503
活动概览
文章(0)
帖子(0)
评论(919)
按最近的活动排序
最近的活动
投票数
创建于
2020年11月24日 19:44
Hi Alain, sorry for the late response. If you would register reference in the property file, then you'll be able to search the field and find it in the properties file and thus rename it there. But...
社区
IntelliJ IDEA Open API and Plugin Development
How to add custom reference provider for PsiField
0 票
创建于
2020年11月24日 19:15
Hi Colin, as Clojure is JVM based language you can reuse existing instrumenters which collect line coverage for the jvm classes. Can you get that work through existing JavaCoverageEngine? I guess y...
社区
IntelliJ IDEA Open API and Plugin Development
Coverage integration for unusual JVM language
0 票
创建于
2020年10月02日 08:02
BTW You can select tests from class structure (Ctrl F12) as well; won't work well for parameterized tests though
社区
IntelliJ IDEA Users
Selecting Testcases to run from a list of all tests
0 票
创建于
2020年09月08日 17:46
Hi, It's unexpected though if your first test fails then `testFinished` may be omitted and this means that listener won't be called at all. https://confluence.jetbrains.com/display/TCD10/Build+Scri...
社区
IntelliJ IDEA Open API and Plugin Development
Is this expected behaviour for SMTRunnerEventsListener?
0 票
创建于
2020年06月09日 06:23
Hi, appropriate API would be probably `com.intellij.refactoring.listeners.RefactoringEventListener` but local variables and parameters are renamed without real refactoring Psi changes may be checke...
社区
IntelliJ IDEA Open API and Plugin Development
How to capture the old and new name of renamed identifiers?
0 票
创建于
2020年06月08日 18:18
Hi Anthony, inlace rename for local variables/parameters indeed doesn't fire listener events. If you would call the refactoring second time and dialog would be shown, then listener would work thoug...
社区
IntelliJ IDEA Open API and Plugin Development
How to capture the old and new name of renamed identifiers?
0 票
创建于
2020年06月02日 06:19
I would say that it's easier to refer to java class instead of file, probably. If I would ease the condition, then same named class would be renamed automatically or no class would be renamed
社区
IntelliJ IDEA Open API and Plugin Development
Search references on java class uses limited search scope
0 票
创建于
2020年05月31日 18:25
that's true. IDEA isn't sure if you want to rename a same named class as well, probably the condition could be lessened though. WDYT?
社区
IntelliJ IDEA Open API and Plugin Development
Search references on java class uses limited search scope
0 票
创建于
2020年05月31日 18:02
Please put a breakpoint to the `com.intellij.refactoring.actions.BaseRefactoringAction#findRefactoringTargetInEditor`, what element is calculated there?
社区
IntelliJ IDEA Open API and Plugin Development
Search references on java class uses limited search scope
0 票
创建于
2020年05月27日 06:09
Hi Vladimir, sorry it was too late for me yesterday to answer. So you have a reference to java file which works (navigate works, ref.resolve() goes to java file) but rename action is not available?...
社区
IntelliJ IDEA Open API and Plugin Development
Search references on java class uses limited search scope
0 票
«
第一页
‹
上一页
下一页
›
最后
»