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

Resolve release blocker #1

Open Haehnchen opened 9 years ago

Haehnchen commented 9 years ago

some unordered todo list based on https://github.com/Haehnchen/idea-php-symfony2-plugin/milestones/Plugin%20Cleanup :

nice2have:

Koc commented 9 years ago

@Haehnchen any news on this plugin? Can you switch from Symfony2 plugin to this? Many issues from Symfony2 plugin can be resolved by community when plugin extension point will be added

Haehnchen commented 9 years ago

@Koc going next here, because of to much code duplications in serveral plugin.

Koc commented 8 years ago

@Haehnchen please excuse me for boring, but have you plan to release some beta version of the plugin for testing it?

Haehnchen commented 8 years ago

yes, shortly before :)

Haehnchen commented 8 years ago

@Koc uploaded

Koc commented 8 years ago

@Haehnchen Awesome! Can I download compiled jar before it will be approved by JetBrains team?

King2500 commented 8 years ago

Should this plugin replace the features from my plugin PHP Advanced AutoComplete ? If that's the plan, I would like to contribute the existing completions into your "default" json. (Maybe some features are missing here, like prefixed completion for header completion etc)

An other idea would be, making the Toolbox plugin a requirement for other plugins like mine (PHP core), Symfony, PHPUnit, etc. Framework-specific definitions would stay then in the respective plugin.

What do you think?

(Btw, great work here!)

Haehnchen commented 8 years ago

yes we are all trying to resolve the same problems. that's why i am splitting my code base into smaller pieces. your plugin provides a nice completion collection, so feel free to generate some json files :)

there some more features we need: prefixed completion, php execution, symfony commands?, external urls, javascript, ...