Flow Chart Generator From Source Files [closed] - Stack Overflow

    1. Home
    2. Questions
    3. Tags
    4. Users
    5. Companies
    6. Labs
    7. Jobs
    8. Discussions
    9. Collectives
    10. Communities for your favorite technologies. Explore all Collectives

  1. Teams

    Ask questions, find answers and collaborate at work with Stack Overflow for Teams.

    Try Teams for free Explore Teams
  2. Teams
  3. Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams

Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

Get early access and see previews of new features.

Learn more about Labs Flow chart generator from source files [closed] Ask Question Asked 14 years, 1 month ago Modified 10 years, 3 months ago Viewed 33k times 13 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 12 years ago.

I'm searching for a tool that let me generate a flow chart for a given project. It is difficult understand others code by looking at code, a flow chart can be very helpful.

My Project is in VS 2010 Professional Edition.

Share Improve this question Follow edited Aug 23, 2014 at 16:53 tshepang's user avatar tshepang 12.4k25 gold badges95 silver badges139 bronze badges asked Oct 20, 2010 at 6:10 Sharique's user avatar ShariqueSharique 4,2196 gold badges37 silver badges54 bronze badges 3
  • 1 Take a look at Visual Studio Power Tools. It may have something for helping you to generate Sequence Diagram/Activity Diagram or so called "flow chart". – Afshar Commented Oct 20, 2010 at 7:02
  • Get yourself Visual Paradigm for UML - it's great and is free for 30 days and you can check if it what you're looking for and decide for yourself. I bet it will suits you. – There is nothing we can do Commented Oct 20, 2010 at 7:46
  • Take a look at Code Rocket. – sep Commented Dec 10, 2010 at 10:13
Add a comment |

2 Answers 2

Sorted by: Reset to default Highest score (default) Trending (recent votes count more) Date modified (newest first) Date created (oldest first) 15

The Visual Studio Learning Pack has a flowchart generator, but unfortunately, it only works with the 2008 editions.

What you probably actually want are called Sequence Diagrams. This functionality is built into VS 2010 Ultimate Edition.

You just right-click inside a method and select “Generate the sequence diagram” from the pop up menu. sequence diagrams

Share Improve this answer Follow edited Aug 8, 2013 at 12:23 Cody Gray's user avatar Cody Gray 244k51 gold badges501 silver badges581 bronze badges answered Oct 20, 2010 at 6:17 Paul McMillan's user avatar Paul McMillanPaul McMillan 20.1k9 gold badges59 silver badges72 bronze badges 3
  • 4 I did not find Sequence diagram in professional edition, I think it is in Ultimate edition. – Sharique Commented Oct 20, 2010 at 7:15
  • 1 Yes, it is in the UE, not Professional. In the future, it would be helpful if you specified which version you are using. – Paul McMillan Commented Oct 20, 2010 at 17:10
  • I think it is available only for C# projects and not for C++ projects. – sabertooth1990 Commented Jul 11, 2014 at 6:39
Add a comment | 5

ReSharper has a Call Tracking feature that can display incoming and outgoing calls sequenced in an interactive, graphical tree view.

alt text

It also has a similar feature for Value Tracking that displays data flows.

alt text

Share Improve this answer Follow answered Oct 20, 2010 at 7:22 Ray's user avatar RayRay 192k99 gold badges227 silver badges206 bronze badges Add a comment |

Not the answer you're looking for? Browse other questions tagged or ask your own question.

  • The Overflow Blog
  • We'll Be In Touch - A New Podcast From Stack Overflow!
  • The app that fights for your data privacy rights
  • Featured on Meta
  • More network sites to see advertising test
  • We’re (finally!) going to the cloud!
  • Call for testers for an early access release of a Stack Overflow extension...
Visit chat 417 Cannot import the keyfile 'blah.pfx' - error 'The keyfile may be password protected' 914 Should I add the Visual Studio .suo and .user files to source control? 8 How can we generate flow chart diagram in IntelliJ IDEA from Java code which is editable? 575 Visual Studio debugging/loading very slow 4 How should I write flow-chart-like code? Or should I use something like Windows Workflow Foundation? 122 How do you enable "Enable .NET Framework source stepping"? 5 Generate flow chart html from json or xml 73 VC2010 C++ - organizing source files

Hot Network Questions

  • Did Superdana manufacture a 66 AC outlet power strip/surge protector?
  • Misplaced \noalign while using tabularray
  • Does a touch spell have advantage when delivered by an invisible Familiar?
  • How to create a thesis flowchart using Mathematica?
  • Whistleblown info on department cuts. Some students investigated and traced back my answers to my real identity. What are the potential consequences?
  • What is the correct article before "/s/ sound"?
  • The Talking Dog's Treats
  • Darlington-driven PNP vs. MOSFET
  • Chain skipping when pedaling hard
  • Are periodic functions such as sine and cosine defined on surreal numbers?
  • 1980s or 90s space cartoon with a space prince and princess
  • Why does glm in R with family binomial(link="log") sometimes require start values?
  • How does time dilation affect the synchronization of clocks in different gravitational potentials?
  • How to handle a campaign where the players are trapped inside a monster controlled by another player?
  • How can I solve a multi-delay differential equation?
  • Are Quantum Algorithms better than classical algorithms for all problems?
  • Can we use the simple present tense to express a habit that starts just about 24 hours or less ago?
  • Do switches try to keep track of Ethernet group membership?
  • How to stop Apple Sports live activities watch notifications?
  • An idiom similar to 'canary' or 'litmus test' that expresses the trend or direction a thing is pointed
  • Why do some people write text all in lower case?
  • Is Exception caught in the Service class a matter of preference?
  • Stable points in GIT: geometric picture
  • Why「记」for shop names?
more hot questions

Từ khóa » Visual Studio Flowchart Generator