Edward Ruchevits
Edward Ruchevits

Reputation: 6696

Group files in Webstorm / IntelllijIDEA

Is it possible to group related items in Webstorm same way as in Visual Studio (Group files in Visual Studio)?

Upvotes: 1

Views: 545

Answers (2)

Menno
Menno

Reputation: 25

Since Webstorm 2016.3, file nesting will be done automatically based on hardcoded rules (listed here)

There is an issue about making these rules configurable (WEB-17977)

UPDATE:

Since version 2017.2 all JetBrains IDE's support custom rule-based file nesting: https://youtrack.jetbrains.com/issue/WEB-17977#comment=27-2197872

Upvotes: 2

lena
lena

Reputation: 93748

This can only be done for files generated by File watchers. there are no means to group arbitrary files, please feel free to vote for IDEABKL-6196. Related ticket: WEB-7635

Upvotes: 2

Related Questions