Page 1 of 1

Intelisense for files from other solution not working

PostPosted: April 2nd, 2018, 5:04 pm
by perry
I have PHP project that consist of two solutions. One with main web project and the other with "libraries". However, when I use code from "libraries" in other solution, I have no intelisense and classes are "underlined" as incorrect.

I have tried to add include path in solution settings, but no luck.

Re: Intelisense for files from other solution not working

PostPosted: April 3rd, 2018, 12:53 pm
by Miloslav Beno
Hi Perry,

Thanks for writing us.

include_path settings currently just works for server, but not for intellisense. We are planing to consolidate this setting into something more user friendly.

Currently the way you can do what you wants is to add project reference to your library project but you will need to have it in your solution. Once you have both projects in your solution, just right click on the References and select Add Reference.

Please let me know if that helped.

Thanks,

Re: Intelisense for files from other solution not working

PostPosted: April 5th, 2018, 6:25 am
by perry
It is working, thank you.

Re: Intelisense for files from other solution not working

PostPosted: April 10th, 2018, 8:30 am
by Miloslav Beno
No problem, glad it works.

Cheers,