Do you use ReSharper full time, or only enable it when needed? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
Is Resharper still a significant improvement for Visual Studio 2012 [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
Why does Resharper prefer “as” to “is”?
When I write code like this, where obj is a local variable:
Are there any benefits to removing unused using statements in a VS project?
Are there any benefits to removing unused using statements in a VS project (such as can be done using Resharper), or will VS automatically take care of that when building/deploying?
Resharper C++ don’t replace the existing parenthesis after entering function parameters
I’m using ReSharper 2024.1.2 on a C++ VS2022 project. I have an issue with something very basic, but I couldn’t find a solution.