Page 1 of 1

Include directory outside of project root for IntelliSense?

PostPosted: December 13th, 2012, 11:39 am
by fantasticjamieburns
How can I include a directory outside of the project root for IntelliSense?

In particular I want to include the PEAR classes.

Re: Include directory outside of project root for IntelliSen

PostPosted: December 13th, 2012, 11:50 am
by Jakub Misek
Hi,

IntelliSense works with your current project and projects referenced by current project (see Solution Explorer / Your Project / References).

So for now you can create a project for PEAR classes (File -> New -> Project from Existing Code), add it to your solution, and add a reference to this new project from your current project.

Thanks,

Re: Include directory outside of project root for IntelliSen

PostPosted: December 13th, 2012, 11:59 am
by fantasticjamieburns
Great thanks - I have the various PHPUnit assert methods to hand now :)