I tried to clean up entire codebase with Resharper's "Default configuration with regions". But Resharper is not creating any new regions.
CodeMaid works great but I don't want to use both tools - CodeMaid & Resharper.
I am primarily using CodeMaid since it generates regions in below format, Resharper doesn't.
#region Public Properties
#endregion Public Properties
#region Public Methods
#endregion Public Methods
#region Private Methods
#endregion Private Methods
//...
What I am looking for is Resharper's standard configuration file that I can import and should generate regions per above format. Resharper's File Layout editor/designer is very confusing.
Can ReSharper insert/normalize regions like CodeMaid does?