Flowcharting tool/add-in for Visual Studio
- by Rajah
A 2 part question:
Are flow-charts, as tool to analyze source-code, no longer considered useful?
The reason I ask this question is that if you Google for source-code to flowchart tools for Visual Studio, there are no relevant results. Also, Microsoft does not seem to have a tool for this purpose. Are people just not using flowcharts that much any more? (I find them to be a great way to document complex logic in my code).
Are there any VS tools that can take .Net (C#, VB.Net) code and convert it to a flowchart? (The only tool that I found is Aviosto's Visustin, which does not provide VS integration).
Any other tools that you can recommend for this purpose?