WebStorm 2021.2 Help

Creating files and directories

To create an empty file

  1. In the Project tool window, select the directory where you want to create a file, press Alt+Insert, and then select File from the list.

  2. In the New File dialog that opens, type the filename and extension. You can type the whole directory structure before the new filename. If the nested directories do not yet exist, they will be created.

    If the specified extension is not associated with any file type recognized in WebStorm, the Register New File Type Association dialog opens where you can associate the extension with one of the recognized file types. See File type associations for details.

    If there are no appropriate file types for the new extension, most likely you need to install the corresponding repository plugin as described in Manage plugins.

In WebStorm, you can create files with language-specific extensions and some initial contents, thanks to file templates for most of the languages supported by the IDE.

To configure existing file templates or create new ones, click File and Code Templates under Editor in the Settings/Preferences dialog Ctrl+Alt+S. See File type associations for details.

To create a file

  1. In the Project tool window, select the directory where you want to create a file, press Alt+Insert, and then select the desired language or file type.

  2. In the dialog that opens, type the name of the file without any extension. Later you can change the autogenerated filename extension using the Rename refactoring (Refactor | Rename).

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

    Creating an HTML file according to the HTML5 template

    Specify other information as required. For example, you may be asked to define the values of custom variables if the corresponding file template contains such variables and their values are not currently set.

To create a directory

  1. In the Project tool window, right-click the directory where you want to create a new one, select New from the context menu, and then select Directory.

    Create a new folder

    Alternatively, click the parent directory, press Alt+Insert, and then select Directory from the list.

  2. In the dialog that opens, specify the directory name. If you want to create a number of nested directories, specify their names, use slashes as separators.

Last modified: 20 October 2021