David Rodrigues
- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 4
-
已编辑于 To reindex this file IDEA has to be restarted
Hello, I am trying to test a plugin that I have developed. It was developed some month ago, so I back to implement it and tests on current IDEA (U) fails. Error while indexing C:\Temp2\unitTest_get... -
创建于 Can't found my plugin on repository
I published a plugin for PhpStorm (Laravel Insight), but I cannot found it on repository (via Plugins > Browse Repositories dialog). The last release (0.3.0) is to be approved, but 0.2.0 was approv... -
创建于 ReferenceContributor don't works for existing languages
I am trying to implements a new reference from an existing language, in case, PHP, but it even is catched from debugger. Seems that it just is not initialized. My problem is the following: the Lara... -
创建于 Unit test: checking for a NPE where exists an error before
I am developing a plugin for PhpStorm, and in some point, it try to method.getContainingClass(). This method should return NULL when the class name is absent. Just to make easier to explain, my cod...