Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icsharpcode/RefactoringEssentials
Refactoring Essentials for Visual Studio
https://github.com/icsharpcode/RefactoringEssentials
Last synced: 3 months ago
JSON representation
Refactoring Essentials for Visual Studio
- Host: GitHub
- URL: https://github.com/icsharpcode/RefactoringEssentials
- Owner: icsharpcode
- License: mit
- Archived: true
- Created: 2015-05-30T16:30:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-04T21:09:25.000Z (over 3 years ago)
- Last Synced: 2024-05-19T03:24:10.886Z (8 months ago)
- Language: C#
- Size: 7.62 MB
- Stars: 639
- Watchers: 46
- Forks: 119
- Open Issues: 132
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-dotnet-core - RefactoringEssentials - Refactoring Essentials for Visual Studio. (Frameworks, Libraries and Tools / Code Analysis and Metrics)
- awesome-dotnet-core - RefactoringEssentials - Visual Studio扩展工具,支持分析和重构代码。 (框架, 库和工具 / 代码分析和指标)
- fucking-awesome-dotnet-core - RefactoringEssentials - Refactoring Essentials for Visual Studio. (Frameworks, Libraries and Tools / Code Analysis and Metrics)
- awesome-dotnet-core - RefactoringEssentials - Refactoring Essentials for Visual Studio. (Frameworks, Libraries and Tools / Code Analysis and Metrics)
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/](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 featuresThe 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.