I can tell you that not only code-completion will fail here, but other things as well.borr wrote:Сreate project with projet path C:\Project\Test add an existigs file (any cpp file) from d:\Cpp
In anycase, this is irrelevant, codelite does not support workspace/project and files which are not located on the same drive.
This issue was discussed many times on the forum.
All the files are kept in relative path to the project file - this can not be achieved with Windows drive concept
The motive behind keeping the files in relative path is to make the workspace relocatable (i.e. I can move it from one machine to another)
Eran