Enrique Piatti
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
-
-
Enrique Piatti created a post, AnsweredGoToDeclaration Handler not showing file path anymore
Hi, is there anything extra we need to do in new versions of PhpStorm to show the full path in gotodeclaration handler? I'm returning a list of XmlTag, and that was working fine before, but now it ... -
Enrique Piatti commented, -
Enrique Piatti commented, -
Enrique Piatti created a post, AnsweredDeprecated code
Hi, I'm trying to update my plugin but there are lot of methods I was using that now are marked as @deprecated. Is there any place where I can find how to replace them? The methods says only @depre... -
Enrique Piatti commented, -
-
Enrique Piatti created a post, AnsweredPhpTypeProvider2 vs PhpTypeProvider3 vs PhpTypeProvider4
Is there some documentation about the difference in these interfaces? I have only found this: https://confluence.jetbrains.com/display/PhpStorm/PHP+Open+API But is not only a bit old (it does... -
Enrique Piatti created a post, Answered[PHP] How to provide type for foreach items in class implementing IteratorAggregate?
This is the scenario: $myObject = new MyClassImplementingIteratorAggregate();foreach($myObject as $item){ $item->[ AUTOCOMPLETE HERE]} I was doing this in multiple ways inside PhpTypeProvide...