vexus2 / CakeStorm

CakeStorm is a PhpStorm plugin for CakePHP users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not jump between files

opened this issue · comments

Hi,

I'm using CakeStorm on PhpStorm 6.0.3 and CakePHP 2.3.3. When I open a Controller file in a Cake project, put caret inside a function then press "Ctrl + ; + s", it always says "Nothing here" in the "Open file" popup. Do you know the reason for this?

Thanks
sl
screenshot

Thank you for your reporting!
Can you tell me UsersController's full path and the files under "View/Users" directory?

Hi,

The full pathes are:
Controller: D:\Localhost\p\housing\app\Controller\UsersController.php
View: D:\Localhost\p\housing\app\View\Users\index.ctp

The "D:\Localhost\p\housing" folder was imported into PhpStorm as the project folder.

I tried to use "D:\Localhost\p\housing\app" as the project folder. The file jumping works! It's just not working for that when the whole Cake folder is the project folder.

I'm not sure if it's designed to be like this, but I think having "whole Cake folder be project folder" could be better, because when it's not, PhpStorm gives many "method not found" notices, as Cake's library is not included in the project.

Thanks!

I did not reproduce it in my environment.
Please set the "D:\Localhost\p\housing" project root.

Are other functions works? (Ex: Ctrl + B)