dependency-cruiser icon indicating copy to clipboard operation
dependency-cruiser copied to clipboard

Inspiration - IntelliJ Dependency Structure Matrix

Open pbadenski opened this issue 5 years ago • 3 comments

This is not a feature neither a bug request, but more of an inspiration ticket ;)

Dependency cruiser is really cool and I've been missing of a similar project for a while. I have been a user and enormous fan of IntelliJ DSM feature back in Java universe: https://www.jetbrains.com/help/idea/dsm-tool-window.html

pbadenski avatar Sep 19 '18 13:09 pbadenski

@pbadenski that certainly looks interesting - a bit like the html reporter, but on steroids.

I see the dsm-tool-window has several features:

  • expandable hierarchy
  • sorted from least used to most used
  • on selection (& highlighting) of a cel (A=>B), automatically select the reverse cell as well (B => A)
  • a novel way to highlight circular dependencies

What helped you most when you used it on java code?

sverweij avatar Sep 23 '18 07:09 sverweij

@sverweij definitely expandable hierarchy, it shines as the project grows beyond 10k LOC. I personally used it on over 1M LOC, was extremely useful

pbadenski avatar Sep 23 '18 11:09 pbadenski

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

stale[bot] avatar Oct 07 '18 12:10 stale[bot]