Hi,
I'd really appreciate to have something that helps navigating huge switch blocks. Would it be possible to add switch statements and a clickable listing of their "case" tags to VA Outline window? Or is there already something similar that I haven't noticed yet?
My vision is something like:
VA Outline
|
|_ someFunc()
|
|_ switch(someVar)
|
|_ case 1
|_ case 2
|_ ...
|_ default
Best regards,
Alex