Search code examples
c#visual-studio-2010resharperstylecopresharper-6.0

Reorder fix options for Stylecop in Resharper


In Resharper, pressing Alt + Enter opens the quick fix list. For StyleCop for C#, an example of the menu that would open is the following:

Resharper 6.0 Quick-Fix enter image description here

In Reshaper 5.0, I seem to remember the "Insert Header" option would be before Suppress. Now, the Suppress option is always the first option, so my quick method of simply hitting Alt + Enter + Enter now auto-inserts a Suppression message instead of doing what I'd like it to.

Is there a way to move the "Insert header:" option, and other similiar options, to be the first option instead of Suppress?


Solution

  • I guess that it is not configurable and the best option is to create an issue at http://stylecop.codeplex.com.