Home > Coding Helpers > Code Providers – Remove Region Directives

Code Providers – Remove Region Directives

January 26th, 2011

This simple code provider, as the name says, removes the two lines of region directives:

  • #region and #endregion lines in CSharp
  • #Region and #End Region lines in Visual Basic
  • #pragma region and #pragma endregion lines in C++

It is available on any of the two directives – either starting or ending:

CodeRush Remove Region Directives code provider

The opposite of this code provider is the Auto Create Region feature.

—–
Products: CodeRush Pro
Versions: 10.2 and up
VS IDEs: any
Updated: Jan/26/2011
ID: C059

Similar Posts:

  1. No comments yet. Be the first and leave a comment!