vexus2 / CakeStorm

CakeStorm is a PhpStorm plugin for CakePHP users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding support for plugin directory support for plugin directory

sidux opened this issue · comments

Hi,

It would be nice if we can jumb to controllers, views, models in plugin directory. i will take time to see if i can add it myself, thx

Hi, thank you for your response!

Does it means that you have customized the directory structure?
or, You want to jump to the default controller of CakePHP? (ex: AppController etc)

Hi,

In CakePHP you can have a plugin directory that contains an app for exemple i can create a plugin called "searcher" like this :

/app/plugins/searcher/controllers
/app/plugins/searcher/views
/app/plugins/searcher/models

So it will be nice if we can jumb between plugin files (controllers, views, models in the plugin directory in this case "searcher")

Thx

Hi @sidux.
I've implemented them just now in version 0.5.
Please tell me if trouble it, or if there is other function needs!

thanks.

Hi,

Thanks for your work 👍

Just one thing in cakephp 1.3 the directory is named plugins instead of plugin you can check documentation http://book.cakephp.org/1.3/en/The-Manual/Developing-with-CakePHP/Plugins.html

Hi. I just fixed directory name!
wait for version 0.5.1.

thanks!

Thanks man it's working 👍