New in 11: Editing module dependencies on a diagram
September 27th, 2011 by Nikolay ChashnikovUltimate Edition of IntelliJ IDEA provides an additional way of inspecting the project structure — the diagram of module dependencies. To open it just press Ctrl+Alt+Shift+U or invoke Diagrams | Show Diagram from the context menu on a module node in Project View or Navigation Bar.
IntelliJ IDEA 11 adds the ability to edit module dependencies using the diagram: press Delete on an edge to remove dependency or press Alt+Insert to add a new one.
Your feedback is very welcome, as usual.


September 27th, 2011 at 7:50 am
Will underlying project structures like Maven pom filesbe adapted as well?
September 27th, 2011 at 8:09 am
Excellent new feature!
September 30th, 2011 at 1:04 am
Steven,
no, this feature works on IDEA project model only.
January 14th, 2012 at 11:21 pm
need to also add the reverse mode: who depends on this module.
January 14th, 2012 at 11:24 pm
oops, sorry. I mean the opposite: “what other modules this one depends on”