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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -