[Feature Request] Sync Regions in File Structure with Editor
Hi all,
It would be nice to have Resharper sync the 'foldedness' state of #regions in "File Structure" with the Editor.
Maybe there could be an additional button to turn the feature on or off.
Another thing about regions:
What about a "Suggestion" or "Hint" that lets you sync the start and the end name of a region?
I mean when Resharper sees this:
#region MyRegion
// some code
#endregion
it should suggest this:
#region MyRegion
// some code
#endregion MyRegion
Edit: The latter as an option in Code Clean Up would be handy too
Please sign in to leave a comment.