PhpStorm 2021.1 Help

Creating empty files

Generally, all the files that you create when developing applications are template-based. However, sometimes you may want to create empty files.

  1. Do one of the following:
    • In the Project tool window Alt+1, select the directory in which you want to create a new file, and then choose File | New from the main menu.

    • Right-click the corresponding directory and select New from the context menu.

    • Press Alt+Insert.

  2. In the New File dialog, in the field under Enter a new file name, type the filename and extension.

    You can specify the whole directory structure prepending the new filename. If the nested directories do not yet exist, they will be created:

    New file dialog

  3. If the extension you have specified is not associated with any of the file types recognized by PhpStorm, the Register New File Type Association dialog is displayed.

    In this dialog, you can associate the extension with one of the recognized file types. To do that, select the file type under Open matching files in PhpStorm and click OK. As a result, the extension is associated with the specified file type.

  4. Click OK.

    If the names of non-existent sub-directories were specified before the new filename, the whole structure will be created under the target directory:

    New file
Last modified: 08 March 2021