Thierry
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Thierry created a post, .phpstorm.meta.php: Autocomplete method argument with object properties
Hi, Using PHPStorm Meta, is there any way to get a method argument autocompleted with a list of object properties ? For example, having this class: class Foo{ public $a; public $b; public $c; p...