The Remove Unreachable Section quick fix is available once Telerik® 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 |
Example
If you have an unreachable section:
Telerik® 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