
Quickly renames all namespaces within a project so they match the project’s folder structure.
Features
Microsoft Visual Studio 2019 Support
- MSTests with coverage - You can now run MSTests with coverage.
- VS 2019 Support - IntelliRush, Naming Assistant and String Format Assistant now work as expected in Visual Studio 2019.
Refactorings and Code Providers
- Name Anonymous Type - Name Anonymous Type replaces anonymous types with a new named type declaration.
- Sync Namespace With Folder Structure - Sync Namespace with Folder Structure quickly renames all namespaces within a project so they match the project’s folder structure.
Code Analysis Enhancements
- Added the following code analysis diagnostics:
- Unused Type
- Unused Parameter
These diagnostics identify types and parameters that are never used in your solution (and can be deleted).
ASP.NET MVC Support
- Now, the Jump to Declaration navigation provider supports ASP.NET MVC partial views. You can navigate from a partial view’s reference to the declaration with a single keystroke (F12).
Miscellaneous Enhancements
- Added the capability to navigate to named XAML elements from anywhere inside your XAML file.