uml - How to Create a Sequence Diagram in Visual Studio 2015 Enterprise from existing code? -


i'm new ultimate/enterprise line of visual studio products, , 1 thing looking forward easy creation of sequence diagrams based on source code. i've found says it's easy locating method, , right click => generate sequence diagram, shown below:

generate sequence diagram

...but option doesn't seem available in 2015 enterprise. did change?

as jessehouwing mentioned in comment, generating sequence diagrams code (and many other uml generation options) has been removed in vs2015. current release, these diagrams can generated existing code:

to visualize architecture of system or existing code, create following diagrams:

  • layer diagrams
  • code maps
  • class diagrams

source: https://msdn.microsoft.com/en-us/library/dd409436.aspx


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -