https://github.com/alexsorokoletov/visualstudiomac.sortremoveusings
Visual Studio for Mac Extension to sort and remove usings in C# file on each save
https://github.com/alexsorokoletov/visualstudiomac.sortremoveusings
addin csharp refactoring xamarin-studio
Last synced: 11 months ago
JSON representation
Visual Studio for Mac Extension to sort and remove usings in C# file on each save
- Host: GitHub
- URL: https://github.com/alexsorokoletov/visualstudiomac.sortremoveusings
- Owner: alexsorokoletov
- Created: 2016-11-10T22:53:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-16T23:52:54.000Z (about 7 years ago)
- Last Synced: 2025-08-21T05:01:33.320Z (11 months ago)
- Topics: addin, csharp, refactoring, xamarin-studio
- Language: C#
- Homepage:
- Size: 1.11 MB
- Stars: 21
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SortAndRemoveUsings
Visual Studio for Mac Add-in: Sort and Remove unused using directives on file save.
Helps any C# developer to achieve better performance by focusing on business logic rather than on usings :)
## Download
Version **>= 1.3** for Visual Studio 2019.
Version **< 1.3** for older Visual Studio Versions.
Download .mpack file from [Releases](https://github.com/alexsorokoletov/VisualStudioMac.SortRemoveUsings/releases)
Then install it in Visual Studio for Mac -> Extensions.. -> Install from file
## Demo
Here is how it works:
