Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any Visual Studio Extension for display Function Dependency in code?

is there a extension for Visual Studio that can show the dependence of functions? There is a feature in Visual Studio [Find All References] the code that calls a function on the project throughout the show. I am looking for a tool that would show all dependency of functions in the code.

like image 367
Reza Nabati Avatar asked Apr 15 '26 14:04

Reza Nabati


1 Answers

You can generate dependancy graph using NDepend which is third party tool. New VS2010 and VS 2012 have these features. Here are some links to get you started.

http://msdn.microsoft.com/en-us/library/dd409453.aspx

How do I get a diagram of the dependencies between my C# projects

like image 58
Ravi Patel Avatar answered Apr 17 '26 03:04

Ravi Patel



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!