visual studio - Refactoring Essentials vs. Resharper -
i'm using resharper heavily in work. i've heard visual studio 2015 there's new product available called refactoring essentials.
my question how of resharper refactorings available in refactoring essentials? how compare resharper in performance aspects?
the important refactorings me:
- convert linq
- extract base class
- introduce [variable, parameter, field, property]
- extract method
also wanted know if supports languages other .net javascript, typescript, css, ..
the refactoring essentials tools not work languages other c# , vb - rely on roslyn, works languages. see this page comparison between vs2015 , resharper (note jetbrains product site). don't think anyone's done similar refactoring essentials.
Comments
Post a Comment