Visual Studio Add-ins: Bordecal.ImportsSorter
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| VS Add-in | Bordecal.ImportsSorter | |
| Description | Visual Studio 2005 introduces new functionality for automatic generation of imports and using directives when types cannot be resolved. This is a great little addition to the coding UI, but it can pose a bit of a problem for the anal-retentive nit-pickers amongst us since the new directives simply get added to the end of the imports/using directive block. Of course, this causes no problem whatsoever for the compiler, but it's not particularly pretty either. This add-in automates the sorting into this order: System namespace and descendants, Microsoft namespace and descendants, third party namespaces, own namespaces. | |
| IDE | Visual Studio 2005 | |
| Source | Nicole Calinoiu | |
| Terms | Free | |
| You can add your add-in to Visual Studio Add-ins. | ||
Need help? How to edit Visual Studio Add-ins is a tutorial on creating a new add-in for our collection.