Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
David Rodrigues
Total activity
21
Last activity
June 13, 2023 17:45
Member since
June 03, 2017 05:19
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
4
Activity overview
Posts (4)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
July 03, 2017 11:21
Thanks a lot. It works. You should think about the possibility to modify it directly from Plugin pages. :)
Community
IntelliJ IDEA Open API and Plugin Development
Can't found my plugin on repository
0 votes
Created
June 28, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Can't found my plugin on repository
0 votes
Created
June 12, 2017 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!
Community
IntelliJ IDEA Open API and Plugin Development
Unit test: checking for a NPE where exists an error before
0 votes
Created
June 08, 2017 20:08
I found a clue by implementing the gotoDeclarationHandler extension point. I will try it and see what I get.
Community
IntelliJ IDEA Open API and Plugin Development
ReferenceContributor don't works for existing languages
0 votes
Created
June 06, 2017 17:06
Thanks for reply. By default, PS supports references for methods when it is done like that: class MyClass { public function myMethod() { } <-------------------------------------------------------...
Community
IntelliJ IDEA Open API and Plugin Development
ReferenceContributor don't works for existing languages
0 votes
Created
June 03, 2017 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
Community
IntelliJ IDEA Open API and Plugin Development
Unit test: checking for a NPE where exists an error before
0 votes
Created
June 03, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Unit test: checking for a NPE where exists an error before
0 votes
Created
June 03, 2017 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Unit test: checking for a NPE where exists an error before
0 votes