This extension is for Magento Developers using PHPStorm. It generates a class map for autocompletion.
- version: 0.2
- extension key: - none -
- Magento Connect 1.0 extension key: - none -
- Magento Connect 2.0 extension key: - none -
- extension on GitHub
- direct download link
Build a class map for the new phpstorm feature introduced with the blog post http://blog.jetbrains.com/webide/2013/04/phpstorm-6-0-1-eap-build-129-177/
You need to rerun the script every time you add a class or configure a rewrite.
- Supported Factory Methods
- Mage::getModel()
- Mage::getSingleton()
- Mage::getResourceModel()
- Mage::getResourceSingleton()
- Mage::helper()
- Respects class rewrites
php shell/generate-phpstorm-map.php --file .phpstorm.meta.php
If no file is specified the classmap will be output to STDOUT
If you have any issues with this extension, open an issue on GitHub (see URL above)
Any contributions are highly appreciated. The best way to contribute code is to open a pull request on GitHub.
Vinai Kopp http://www.netzarbeiter.com @VinaiKopp
OSL - Open Software Licence 3.0
(c) 2013 Vinai Kopp