About 757,000 results
Open links in new tab
  1. asp.net mvc - What do YOU use ReSharper for? - Stack Overflow

    Jul 22, 2009 · ReSharper provides a huge set of tools beyond the simple refactorings it suggests. In addition to providing additional code auto-formatting capabilities, ReSharper provides an …

  2. c# - Resharper- Find all unused classes - Stack Overflow

    Jan 10, 2011 · First enable "Analyze Errors In Solution" (right-click on the Resharper icon in the status bar). Then right-click the solution node and select "Find Code issues". In the "Inspection …

  3. Remove unused Usings across entire assembly - Stack Overflow

    Feb 25, 2010 · I am wondering if maybe ReSharper is able to run through every class and remove unused usings? I looked but I don't see an option like this in R# 4.5. Has anyone seen this in …

  4. Resharper (Find and) fix all issues at once - Stack Overflow

    Yes, you can use ReSharper's "Cleanup Code" to remove redundant qualifiers (amongst other things). This is available from the context-menu when you right-click files, projects and folders …

  5. c# - What are some alternatives to ReSharper? - Stack Overflow

    May 14, 2010 · A lot of the ReSharper features were added into the Visual Studio 2010 core features. ReSharper, CodeRush, etc. have other features above and beyond Visual Studio for …

  6. Is there a ReSharper or similar extension for Visual Studio Code ...

    Feb 9, 2022 · There are a large number of ways to lint or provide code suggestions or refactoring tips in VSCode, some baked-in or improved with the C# extension. But if I understand your …

  7. resharper - Merge conditional expression C# - Stack Overflow

    Jul 1, 2021 · 2 Unfortunately, ReSharper does not propose a solution. But it likes the following more than your solution.

  8. resharper - How can the [UsedImplicitly] attribute be used on a ...

    This answer does not answer the question but it might be helpful. I have an attribute called PluginEntryPointAttribute.

  9. Resharper - keep named parameters when doing code cleanup

    Jul 8, 2015 · Second, the default ReSharper Code Cleanup profile cannot be used due to the "Apply arguments style (named vs. positional)" - this option must be disabled in your code …

  10. How to reorder type members with Resharper? - Stack Overflow

    I also recently noticed that in ReSharper 8.0.1 (and probably earlier versions) that the button to revert the XML template back to DEFAULT WITH REGIONS doesn't really have any …