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

Provide access to data which collected from providers #47

Open Koc opened 8 years ago

Koc commented 8 years ago

I need get all classes implements WidgetInterface, process this list (call method getName, for example) and generate json for new provider. Currently I should process all classes recursively by hand and check if class implements interface. It is better access data from native provider sub_classes. Can you generate json files with collected data?