Feature request: unreachable code
Right now, ReSharper fades out all code it detects as unreachable. This can be annoying, as often during debugging I want to temporarily make code unreachable, yet still view it normally. Could you please introduce functionality to allow unreachable code not to be faded out, but to give something like a green underline to the first line of the unreachable code (as Visual Studio does by default)?
I know you can disable this by selecting "do not show" for the unreachable code inspection settings, but this then prevents any notification that the code is unreachable. I would like some notification of this, via the green underline or whatever, but I don't want the code all faded out.
Please sign in to leave a comment.
Hello Jeremy,
I submitted a new feature request to YouTrack https://youtrack.jetbrains.com/issue/RSRP-426949.
Thanks!