Refactoring Essentials vs Resharper

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, ..

+4
source share
2 answers

Refactoring Essentials , # VB, - Roslyn, . . VS2015 ReSharper ( , JetBrains). , - - Refactoring Essentials.

+2

Essentials # Visual Basic.

, :

  • Linq

.

, ReSharper.

, : Refactoring Essentials Visual Studio

+1

Source: https://habr.com/ru/post/1599077/


All Articles