The Remove Unreachable Section quick fix is available once JustCode has detected an unreachable section in the code.
Note |
|---|
Language Support Supported: C# Not supported: VB.NET Not relevant: ASP.NET, XAML, JavaScript, HTML |
ExampleIf you have an unreachable section:
JustCode will automatically underline the unreachable section.
To remove the unreachable section
Position the caret over the underlined warning.
Press Alt+Enter. From the pop-up menu, select Remove Unreachable Section.
See Also