WebStorm 6.0.1 Web Help

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

To create an empty file
  1. In the Project tool window, select the directory in which you want to create a new file. Choose File | New or press Alt+InsertCommand N; Command Enter.

    Alternatively, right-click the corresponding directory and select New from the context menu.

  2. Select File.
  3. In the New File dialog, in the field under Enter a new file name, type the file name and extension and click OK.
  4. If the extension you have specified is not associated with any of the file types recognized by WebStorm, 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 WebStorm and click OK. As a result, the extension is associated with the specified file type.

    If there are no appropriate file types for the new extension, you may want to create a new file type and associate the extension with that type. For more information, see Creating and Registering File Types.

See Also

Procedures:

Reference:

Web Resources: