Community
Participate
Working Groups
Wrong file path will be inserted in include statement when the included file is in the referred project which use a folder as source folder Steps to reproduce: 1. create two projects: test1(use a folder as source folder), test2 2. change the include path of test2, add test1 to it. 3. create a PHP file in test2, and type include '|' // CA here 4. file path inserted: include 'src/a/Ac.php'; // the file path contains the source folder "src" Expected: include 'a/Ac.php';
Created attachment 181251 [details] sample file import to workspace
Created attachment 181253 [details] patch
great job! now I see we could insert the file which is in project in include statement correctly,now there is no proposals for external source folder and referenced project(the third project referenced by the referenced project,not sure if it is needed) and so on of the referenced project.We could consider support them later.applied to head,thanks!
change status
Verified. Closing...