A brief history of CodeMaid
Steve Cadwallader, a developer hailing from Indiana, has maintained the CodeMaid open source project since its inception. This extension has been available since 2007 and there are versions still available all the way back to Visual Studio 2005! Over the years, Visual Studio's out-of-the-box functionality has gradually incorporated many features that once were only available through CodeMaid. Even so, if you ever want to create your own Visual Studio extension, it is worthwhile examining CodeMaid's open source code at the following web page: https://github.com/codecadwallader/codemaid.
Coding your own extension
There is much to be learned from this veteran project. More details, along with instructions on how to contribute, can be found at https://www.codemaid.net/.
Configuring CodeMaid
The ability to organize code consistently and automatically is where CodeMaid really shines. This Visual Studio extension works to clean up and simplify...