sbt / sbt-dependency-graph

sbt plugin to create a dependency graph for your project
Apache License 2.0
1.25k stars 113 forks source link

Allow highlighting of dependencies in the browser graph #123

Open lev112 opened 7 years ago

lev112 commented 7 years ago

when the graph is complex, it is very difficult to follow the parents and children of each dependency (see example at the bottom)

add a feature, than when a dependency box is pressed, it will highlight it's immediate children and parents. maybe in a different color to make them easy to identify

image

jrudolph commented 7 years ago

I agree that would be very useful.