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.
- 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:
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.
- 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:
the first option easier of two.
Comments
Post a Comment