Region for local function

Hi, is it possible to make automatic wrapping of local functions into a region?

        public void Method()
        {
          LocalFunction();

#region Local Functions
void LocalFunction()
{
}
          #endregion
        }
0
4 comments

no, I meant that regions should be created with the `Clean up` command

0

Hi,

thank you for the answer.

We don't have such feature in ReSharper.

Thank you!

0

Ok, thank you for the answer!

0

Please sign in to leave a comment.