Region for local function Follow
Hi, is it possible to make automatic wrapping of local functions into a region?
public void Method()
{
LocalFunction();
#region Local Functions
void LocalFunction()
{
}
#endregion
}
Please sign in to leave a comment.
Hello,
thank you for contacting us.
Have you tried this feature: https://www.jetbrains.com/help/resharper/Coding_Assistance__Surrounding_with_Region.html#working-with-regions-in-the-file-structure-window ?
Thank you!
no, I meant that regions should be created with the `Clean up` command
Hi,
thank you for the answer.
We don't have such feature in ReSharper.
Thank you!
Ok, thank you for the answer!