Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conditional direction symbols #14

Open
solwhitecobalt opened this issue Sep 18, 2020 · 1 comment
Open

Conditional direction symbols #14

solwhitecobalt opened this issue Sep 18, 2020 · 1 comment

Comments

@solwhitecobalt
Copy link

solwhitecobalt commented Sep 18, 2020

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!

@league1991
Copy link
Owner

league1991 commented Nov 16, 2020

@solwhitecobalt
Unfortunately that would be hard because it requires doxygen has a thorough analysis on the code.
Currently CodeGraph relies on the results from doxygen and doxygen actually remains untouched.

My advice is to add some comments using the "Symbol" tab, or group either branch into a separate bookmark.
It may not be enough but it's better than none.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants