Creating files and directories
To create an empty file
In the Project tool window, select the directory where you want to create a file, press Alt+Insert, and then select from the list.
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, a text file with detected by content file type is created.
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
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.
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 ( ).
You can type the whole directory structure before the new filename. If the nested directories do not yet exist, they will be created:
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
In the Project tool window, right-click the directory where you want to create a new one, select from the context menu, and then select .
Alternatively, click the parent directory, press Alt+Insert, and then select Directory from the list.
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.