Using JetBrains ReSharper
In this section, we’ll look at how JetBrains ReSharper can help you improve your code. ReSharper is quite an extensive tool, and just as with the profiler, which is a part of the Ultimate edition of ReSharper, we will only be scratching the surface. However, hopefully, you will come to appreciate what the tool is and what it can do for you to improve your Visual Studio coding experience:
Refactoring Feature |
Visual Studio (Base) |
ReSharper |
Rename |
✔️ |
✔️ |
Extract Method |
✔️ |
✔️ |
Extract Interface/Class |
✔️ |
✔️ |
Move Code ... |