I am currently using Resharper in my work. I recently heard that with Visual Studio 2015, a new product called Refactoring Essentials has appeared.
My question is, how many Resharper refactorings are available in Refactoring Essentials? How does it compare with Resharper in terms of performance?
The most important refactorings for me:
- Convert to Linq
- Extract base class
- Enter [Variable, Parameter, Field, Property]
- Extraction method
I also wanted to know if it supports languages other than .NET, such as JavaScript, TypeScript, CSS, ..
source
share