0

I want to display it on the left in the order of modules in the pom.xml file, as follows:

enter image description here

I know "sort by type",but this is not what I want:

enter image description here

alexander.polomodov
  • 5,396
  • 14
  • 39
  • 46
  • 1
    Possible duplicate of [How to order modules in intellij-idea?](https://stackoverflow.com/questions/31245847/how-to-order-modules-in-intellij-idea) – glytching Nov 30 '17 at 17:01
  • I look forward to your sharing on this issue, and I'm very grateful for it. – qianli8811 Nov 30 '17 at 17:02
  • If you follow [this link](https://stackoverflow.com/questions/31245847/how-to-order-modules-in-intellij-idea) you'll see a previous answer to this same question. – glytching Nov 30 '17 at 17:08
  • @glytching : Thanks to you very much, moudle group can be used, and in future versions, I hope JetBrains can solve module custom sort – qianli8811 Nov 30 '17 at 17:30

1 Answers1

0

There is no way to sort module like this, refer to the following link: https://intellij-support.jetbrains.com/hc/en-us/community/posts/206256729-Can-I-sort-modules-according-to-the-maven-pom-xml-

The Project view shows the physical structure of your project on disk, not logical structure according to some criteria

Gon
  • 183
  • 7