Configuring a Project's PHP Include Path

Adding external resources to a project's include path makes resources outside the project available for operations such as debugging and content assist. See PHP Include Paths for more information.

This procedure describes how to configure your project's Include Path.

To configure your project's Include Path:

  1. In Project Explorer view, right-click the required project and select Include Path | Configure Include Path... -Or- right-click the project and select Properties | Include Path.The project's PHP Include Path properties page will appear.

    Include Path Properties
    From this page you can configure the following:
  2. Once all the elements are added and are in the right order, click OK.

All the selected elements will be added to the project's include path.