Haehnchen / idea-php-toolbox

Collections of tools and improvements to make PhpStorm a little bit better
http://phpstorm.espend.de/php-toolbox
MIT License
158 stars 20 forks source link

Add ability to get return_array contributor values from fields #32

Open donnysim opened 8 years ago

donnysim commented 8 years ago

For example a class has

class Test {
    protected $columns = ['title', 'updated_at'];
}

maybe could be something like Test:$columns.

Haehnchen commented 8 years ago

field support needed for https://github.com/Haehnchen/idea-php-annotation-plugin/issues/49 so winwin

copy references provides this results. first onw works, but second "constant" will break method handling. so first one is to be valid

\Symfony\Component\Routing\Annotation\Route::$condition
\Symfony\Component\Routing\Annotation\Route::FOO
--
\Symfony\Component\Routing\Annotation\Route:$condition