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

Feature request - nesting arrows according to call nesting #36

Open
marekdef opened this issue May 10, 2020 · 0 comments
Open

Feature request - nesting arrows according to call nesting #36

marekdef opened this issue May 10, 2020 · 0 comments

Comments

@marekdef
Copy link

Thanks for the neat project,
I managed to run this plugin in a project (kotlin + java) without major issues.
If a function1 calls function2 we would see sth like
-> function1
-> function2
<- function2
<- function1

would it be possible to add level of nesting so is easier to figure out call hierarchy?
sth like
-> function1
--> function2
<- function2 (not sure really if it should have two hyphens or one and a space)
<- function1

or similar with spaces indicating nesting level?

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

1 participant