Refactoring Essentials alternatives and similar packages
Based on the "Visual Studio Plugins" category.
Alternatively, view Refactoring Essentials alternatives based on common mentions on social networks and blogs.
-
Productivity Power Tools
Productivity Power Tools - a set of Visual Studio extensions improving developer productivity. -
Git Diff Margin
Git Diff Margin displays live Git changes of the currently edited file on Visual Studio margin and scroll bar. Supports Visual Studio 2012 through Visual Studio 2022 -
Unchase.OpenAPI.Connectedservice
:scroll: Visual Studio extension to generate OpenAPI (Swagger) web service reference. -
Unchase.Odata.Connectedservice
:scroll: A Visual Studio extension for connecting to OData services with generating client-side C# proxy-classes -
Developer Assistant
Developer Assistant for Visual Studio enables developers to find and reuse over 21 million code snippets and code sample projects from within the Visual Studio IDE. -
CodeLineage
Easy access to a cumulative diff view between file revisions (supports svn, git, mercurial, perforce). -
ViEmu
very powerful Vi/vim emulator for Visual Studio supporting all basic and many advanced features of vi/vim. [$]
InfluxDB high-performance time series database

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Refactoring Essentials or a related project?
README
Refactoring Essentials for Visual Studio
Development of the Visual Studio extension and NuGet package has wound down.
Refactorings Essentials sports the following features:
- Refactorings for C# and Visual Basic
- Analyzers and code fixes for C# and Visual Basic
- Code Converters to convert C# to Visual Basic and vice versa (VB to C#) - now available separately via https://github.com/icsharpcode/CodeConverter/
Refactoring Essentials comes in the following flavors:
- VSIX: built for Visual Studio - supports analyzers and refactorings
- Nuget: packaged for build servers / IDEs that support analyzers via Nuget packages
- RefactoringEssentials assembly: usable in any IDE (-like environment), base assembly with all features
The latter means it is x-platform and not tied to Windows / Visual Studio.
History: Refactoring Essentials started out as NR6Pack, and was part of the NRefactory 6 repository. In the course of
joint development, we made architectural tweaks that resulted in the two projects now being separate - which
makes them easier to maintain and contribute to.