PhpStorm 2020.3 Help

Creating directories

PhpStorm enables you to create directories recursively, thus producing a whole directory structure.

  1. Open the Project tool window (for example View | Tool Windows | Project ).

  2. Select the destination directory.

  3. Do one of the following:

    • Select File | New | Directory.

    • Select New | Directory from the context menu.

    • Press Alt+Insert and select Directory.

    new directory
  4. In the dialog that opens, specify the directory name. If you want to create a number of nested directories, specify the directory names separated with slashes.

    New Directory dialog

Last modified: 08 March 2021