主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
David Rodrigues
活动总数
21
最后的活动
2023年06月13日 17:45
成员加入日期
2017年06月03日 05:19
关注
0 名用户
关注者数
0 名用户
投票数
5
订阅数
4
活动概览
帖子(4)
评论(8)
按最近的活动排序
最近的活动
投票数
创建于
2017年07月03日 11:21
Thanks a lot. It works. You should think about the possibility to modify it directly from Plugin pages. :)
社区
IntelliJ IDEA Open API and Plugin Development
Can't found my plugin on repository
0 票
创建于
2017年06月28日 16:15
@Ivan please, can you do that? I don't know that the only Stable versions are shown on plugin repository (but it make senses). In my mind, I thought that it should be displayed with some kind of ad...
社区
IntelliJ IDEA Open API and Plugin Development
Can't found my plugin on repository
0 票
创建于
2017年06月12日 12:20
Yes, I do. My problem was that getNameIdentifier() returns null in this case, and I do not checked it (I have asserted). But I already fixed. Thanks a lot!
社区
IntelliJ IDEA Open API and Plugin Development
Unit test: checking for a NPE where exists an error before
0 票
创建于
2017年06月08日 20:08
I found a clue by implementing the gotoDeclarationHandler extension point. I will try it and see what I get.
社区
IntelliJ IDEA Open API and Plugin Development
ReferenceContributor don't works for existing languages
0 票
创建于
2017年06月06日 17:06
Thanks for reply. By default, PS supports references for methods when it is done like that: class MyClass { public function myMethod() { } <-------------------------------------------------------...
社区
IntelliJ IDEA Open API and Plugin Development
ReferenceContributor don't works for existing languages
0 票
创建于
2017年06月03日 20:29
More details here: https://stackoverflow.com/questions/44348166/unit-test-running-programmatically-a-code-that-runs-only-at-a-real-application/44348285#44348285
社区
IntelliJ IDEA Open API and Plugin Development
Unit test: checking for a NPE where exists an error before
0 票
创建于
2017年06月03日 20:28
Okay, I found my issue. On reality, the problem is not on getContaingClass(). It really doesn't returns null when called from visitPhpMethod(). I found my problem on another method that try to getN...
社区
IntelliJ IDEA Open API and Plugin Development
Unit test: checking for a NPE where exists an error before
0 票
创建于
2017年06月03日 16:59
I thought on another possibility, but I don't know how make it works. Basically I removed the class name node programmatically (it I know how do), but I don't know how I make the visitor visit the ...
社区
IntelliJ IDEA Open API and Plugin Development
Unit test: checking for a NPE where exists an error before
0 票