About 1,310,000 results
Open links in new tab
  1. 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 in the Solution …

  2. 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 sure, but see …

  3. ReSharper "Cannot resolve symbol" even when project builds

    The ReSharper “CANNOT RESOLVE SYMBOL” errors are everywhere, but my project build process is successfully, and it works correctly. Additional Note: If I disable ReSharper Code Analysis, my …

  4. 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 integrated …

  5. 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 question right, …

  6. c# - Keyboard shortcuts are not active in Visual Studio with Resharper ...

    "Resharper 9 keyboard shortcuts not working in Visual Studio 2015" I had tried all possible resetting and applying keyboard schemes and found the answer from Yuri Fedoseev.

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

    Jul 22, 2022 · Customizing the layout can indeed be accomplished with Resharper. Go to: Resharper->Options->Languages->C#->Formatting Style->Type Members Layout ReSharper 2017 Resharper …

  8. How do I disable a specific Resharper inspection across an entire ...

    Jan 26, 2022 · ReSharper's help lists various ways to disable a specific inspection. You can disable a specific inspection in a scope either using an .editorconfig file, or with a ReSharper settings file.

  9. Resharper Alt Enter not working - Stack Overflow

    Oct 20, 2009 · Help, I can't function without Resharper. All of a sudden my Alt+Enter ↵ shortcut (to bring up the action list) has stopped working. Anybody experienced this or know how to fix?

  10. Handling warning for possible multiple enumeration of IEnumerable

    Why does taking IList over IEnumerable silence this analysis warning in Resharper? Usually the practice is to take the most open/generic type; so I don't see how IList fixes the potential multiple iterations …