mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 17:27:49 +08:00
39 lines
2.4 KiB
Markdown
39 lines
2.4 KiB
Markdown
---
|
|
title: Existing Third Party Plugins
|
|
---
|
|
|
|
## Symfony2 Plugin
|
|
|
|
Symfony2 plugin is a free plugin for Symfony2 framework developers.
|
|
|
|
There are lots of futures included into this plugin, such as Symfony-specific completion and navigation for symbols, templates, service container, Doctrine, translations, routes, forms, events, and more.
|
|
|
|
* [Official Symfony2 plugin Web Site](http://symfony2-plugin.espend.de/)
|
|
* [GitHub](https://github.com/Haehnchen/idea-php-symfony2-plugin)
|
|
* [Symfony Development using PhpStorm Tutorials](https://confluence.jetbrains.com/display/PhpStorm/Symfony+Development+using+PhpStorm)
|
|
* [Symfony2 plugin in PhpStorm Plugins Repository](https://plugins.jetbrains.com/plugin/7219?pr=phpStorm)
|
|
|
|
## Magicento
|
|
|
|
Magicento is a paid PhpStorm plugin for Magento developers. Free limited version is available.
|
|
Features include: Goto for factories and template paths, autocomplete for factories, xml files and class names, documentation for xml nodes, evaluation of PHP code inside Magento environment, and much more to come!
|
|
|
|
* [Official Magicento Web Site](http://magicento.com/)
|
|
* [GitHub](https://github.com/enriquepiatti/Magicento)
|
|
* [Magicento in PhpStorm Plugins Repository](http://plugins.jetbrains.com/plugin/?webide&pluginId=7089)
|
|
|
|
## YiiStorm
|
|
|
|
YiiStorm is a plugin for PhpStorm IDE that is adding code navigation enhancements for Yii framework based projects.
|
|
Features are: Going from render and renderPartial to the view file. Includes controllers, partials and widgets. Supports all ways of specifying a view: themes, smarty .tpl views and external actions; Going from model name in relations() to the model class; Going from the $this->widget('path.to.widget.Class') call to the widget class; Going from controller actions() to action class.
|
|
|
|
* [Official YiiStorm Web Site](http://mazx.ru/)
|
|
* [GitHub](https://github.com/cmazx/yiistorm)
|
|
* [YiiStorm in PhpStorm Plugins Repository](https://plugins.jetbrains.com/plugin/?webide&pluginId=7182)
|
|
|
|
## Symfony2 - Clickable Views
|
|
|
|
Symfony2 - Clickable Views is a plugin for Symfony2 Framework developers. Resolves on Ctrl+Click the corresponding twig template in your Symfony2 project. This plugin demands a projectstructure which you can find in the Symfony2 Std. Edition and will not work with custom layouts.
|
|
|
|
* [GitHub](https://github.com/xenji/phpstorm-symfony2-plugin)
|
|
* [Symfony2 - Clickable Views plugin in PhpStorm Plugins Repository](https://plugins.jetbrains.com/plugin?pr=webide&pluginId=7057) |