Does anyone know of a shortcut, preferably an extension, or some other way to easily navigate cases in a switch statement?
I often find myself wanting a popup, window, or something to show which cases are handled in a switch statement, jump to them, etc. It would be extremely handy, especially with large switch statements.
It would be nice to refactor some of the larger ones into a better design, but even with smaller ones, it would be nice to have this ability.