PhpStorm 2023.3 Help

Create New Project: Choose Remote Path

The page opens when you click the Next button on the Create New Project: Specify Remote Server or Create New Project: Add Remote Server page.

The page shows a tree view of folders under the server configuration root ( The server configuration root is the highest folder in the file tree on the local or remote server accessible through the server configuration. For in-place servers, it is the project root. ) On this page, appoint the folder that will become the project root. For more information, refer to Create and manage projects.

If applicable, configure folders under the project root by selecting the relevant folders and clicking the toolbar buttons. Alternatively, you can do it later on the Directories page of the Settings.

Item

Tooltip

Description

icon_php_storm.png

Project Root

Click this button to make the selected folder the project root. For more information, refer to Create and manage projects.

Note the following:

  • After you specify the project root, all its subfolders are displayed on the green background.

  • The other toolbar buttons (Excluded from Download icon_exclude_from_download.png, Resource Root  rootResource.png, and Excluded from Indexing  rootExcluded.gif) also become enabled only after the project root is appointed.

icon_exclude_from_download.png

Excluded from Download

Click this button to have PhpStorm skip the selected folder under the project during download. These can be sources that you should not update at all, media, caches, temporary files, that you actually do not need in your work.

Exclusion is applied recursively. This means that if the selected folder contains subfolders they are automatically marked as excluded as well.

rootResource.png

Resource Root

Click this button to enable PhpStorm to complete relative paths to resources under the selected folder.

rootExcluded.gif

Excluded from Indexing

Click this button to have PhpStorm completely ignore the selected directory during indexing, parsing, code completion, and so on.

Last modified: 25 March 2024