Skip to content

Conditional direction symbols #14

@solwhitecobalt

Description

@solwhitecobalt

Hi, I'm a Asp.net/C# developer. I believe it doesn't have conditional direction symbols yet for caller-callees relationships?
I would love to have that feature here. Great extension by the way!

For instance, we have this condition in Features() method:

if(youAgree)
{
          StaticFunctions.DoIt();
}
else
{
         StaticFunctions.IgnoreAndPlayML();
}

Something similar to this would be great:

             ┌ DoIt()
Features()   ┤
             └ IgnoreAndPlayML()

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions