Hunter icon indicating copy to clipboard operation
Hunter copied to clipboard

Feature request - nesting arrows according to call nesting

Open marekdef opened this issue 5 years ago • 0 comments

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?

marekdef avatar May 10 '20 21:05 marekdef