-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels