WebStorm
 
Get WebStorm
You are viewing the documentation for an earlier version of WebStorm.

File nesting rules

Last modified: 09 September 2023

You can configure presentation of files with the same names but different suffixes.

Such bunches of files may appear in framework-specific projects, for example, if you use Angular.

Also consider compilation of TypeScript into JavaScript with source maps generated:

A typescript file leftpad.ts with a compiled JavaScript file leftpad.js
                 and a generated source map file leftpad.js.map shown at the same level

WebStorm can present such file bunches as plain structures or show parent files as folders (nests) with their child files inside.

Nesting rules off