Can not jump between files
Opened this issue · 3 comments
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)