vexus2 / CakeStorm

CakeStorm is a PhpStorm plugin for CakePHP users.
84 stars 8 forks source link

CakeStorm

日本語版ReadMEはこちら

CakeStorm is a PhpStorm plugin for CakePHP developers.

It provides the ability to easily jump between files.

movie

movie

movie

Requirements

Installation

  1. Go to File > Settings
  2. Select Plugins option under "IDE Setting"
  3. Click "Browse Repositories..." button
  4. Search for CakeStorm
  5. Right Click and select Download and Install
  6. Save the settings and restart the IDE

What's New

Version 0.6.0

Version 0.5.3

Version 0.5.2

Version 0.5.1

Version 0.5

Version 0.4.3

Version 0.4.2

Version 0.4.1

Version 0.4

Version 0.3.3

Version 0.3.2

Version 0.3.1

Version 0.3

Version 0.2

Jump Command List

Current File Command Jump to
Controller C-; s View
View C-; s Controller
Component C-; s ComponentTestCase
Behavior C-; s BehaviorTestCase
Helper C-; s HelperTestCase
Fixture C-; s Model

FAQ

You should at least memorize "CakePHP SmartJump"(Ctrl+; s). This provides a jump to the right place if a certain file exists.

Use PhpStorm's 'Go to declaration' action. Default Keybind is "Ctrl+b"

Please open an issue or fix it and send a pull request. :grin:

It doesn't support it in the plugin. Go to [Preferences] -> [Editor] -> [File Types] -> [PHP] and add *.ctp. readme