psliwa / idea-composer-plugin

PhpStorm plugin that adds code completion in composer.json file
MIT License
334 stars 10 forks source link

Add run icon in gutter for running composer scripts #59

Open King2500 opened 6 years ago

King2500 commented 6 years ago

See similar implementation for running npm tasks: https://blog.jetbrains.com/webstorm/2018/01/webstorm-2018-1-eap/

... or PHPUnit plugin's run Unit tests: https://github.com/Haehnchen/idea-php-phpunit-plugin/issues/4

Interface to implement is called LineMarkerProvider.