3

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.

3
  • It's not clear what you mean with "depndence of functions" and "attachment functions". Can you please be a little bit more descriptive? Commented Aug 21, 2012 at 6:47
  • You can generate dependency graph in Vs2010 and 2012 .see blogs.msdn.com/b/jennifer/archive/2010/05/11/… Commented Aug 21, 2012 at 6:48
  • Excuse me. it's my mistake and corrected it. Commented Aug 21, 2012 at 6:52

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.