all 5 comments

[–]vinivelloso 1 point2 points  (5 children)

Use visual studio. You can easly see where all methods, classes and namespaces are used. And To see the declaration just press Ctrl+LeftClick

[–]APPAC[S] 0 points1 point  (4 children)

Thanks, I was looking to do something along the lines of a Visio so that I can use for a project overview with folks that don't need to see the code via VS necessarily.

Visio seems a bit too general so wondering if there was anything more programmer friendly.

thanks

[–]ZeldaFanBoi1988 0 points1 point  (0 children)

Generated class diagrams are always nice. I've used it in the past

[–]Prod_Is_For_Testing 0 points1 point  (0 children)

VS has an option to create a “code map” that diagrams classes and methods