1

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

Community
  • 1
  • 1
Edward Ruchevits
  • 6,411
  • 12
  • 51
  • 86

2 Answers2

2

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

lena
  • 90,154
  • 11
  • 145
  • 150
2

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

Menno
  • 25
  • 5