idea-php-shopware-plugin icon indicating copy to clipboard operation
idea-php-shopware-plugin copied to clipboard

AutoComplete missing on Plugin $this->get

Open shyim opened this issue 7 years ago • 1 comments

After using $this->get('application')-> the Autocomplete is missing, but when i use Shopware()->Container()->get('application')-> Phpstorm displays me the function in the class.

shyim avatar Jul 26 '16 09:07 shyim

PHP Toolbox is you friend: https://github.com/Haehnchen/idea-php-toolbox :). Feedback on how to improvement documentation are very welcome.

Provide PHP Toolbox configuration to support Symfony container shortcut Enlight_Controller_Action::get, Enlight_Plugin_Bootstrap::get #33

Haehnchen avatar Jul 26 '16 17:07 Haehnchen