Reputation: 934
I declared a PHP project. I defined 1 ressource root with my include directory. When I edit a program, it is not possible to open any include file by using the Ctrl Fonction with the mouse click. The editor indicates "Cannot find declaration to go"
This feature worked in the PHPStotm 8.x version.
Have you any idea about this issue ?
Thanks.
Pascal
Upvotes: 2
Views: 1848
Reputation: 934
I found the solution. It was because my workspace.xml was corrupted. So, I renamed workspace.xml in oldworkspace.xml and I relaunched PHPStorm. Then, I configured correctly the project and now it works ;)
NB : The workspace.xml is in the .idea folder in the root of your project.
Upvotes: 0