Resharper Clean-up Code – how to affect sorting of methods?

Customizing the layout can indeed be accomplished with Resharper. Go to: Resharper->Options->Languages->C#->Formatting Style->Type Members Layout ReSharper 2017 Resharper -> Options-> Code Editing -> C# -> File Layout -> Interface Implementations/All Other Members and uncheck the “Use Default Patterns” option. Now you’ll want to edit the xml in the “Custom Patterns” box. I’d recommend copying it …

Read more

Resharper move line up down not working

Alt+Up is not a ReSharper shortcut to move a line. It most likely belongs to the Productivity Power Tools extension, that has a feature to move one or more (selected) lines. Personally, I don’t like this feature in PPT, since it will just move the line(s), regardless of their scope, causing compilation errors. I much …

Read more