How to order modules in intelij-idea? -


say have project lot of modules in intellij-idea:

  • a
  • b
    ...
  • z

in specific time need work 2 or 3 modules: a, m, z. convenient hide other modules project browser. or reorder packages like:

  • a
  • m
  • z
  • b
  • ...

is there way that?

update: don't want delete inactive modules, want group modules i'm working with.

there no way change order of modules. there 2 ways want.

  1. module groups

create module groups going file > project structure > [modules]. move modules module group selecting 1 of more modules, open context menu (i.e. right click) , select move module group. can create new group, select existing group, or move them outside group:

enter image description here

then in project view, can collapse group(s) modules not want focus on. modules still present , available (i.e. no modules deleted). search grouping modules in guide more information.

  1. scope view

define scope (settings > appearance & behavior > scopes ) show modules interested in. see page information on scope syntax , how define modules. then, in project took window, select scope view:

enter image description here

the first option easier of two.


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -