David Rodrigues
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 4
-
Edited 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... -
Created 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... -
Created 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... -
Created 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...