Overview

An open source visual studio extension to cleanup, dig through and simplify our C#, C++, F#, VB, XAML, XML, ASP, HTML, CSS and JavaScript coding.

Features

coder

CodeMaid Cleaning

Code Cleaning

Cleanup random white space into a simple standard order. Add unspecified access modifiers. Utilize Visual Studio’s built-in formatting capabilities. Remove and sort using statements. And do it all automatically on save or on demand, from an individual file to the entire solution.

CodeMaid Digging

Code Digging

Visualize and navigate through the contents of your C# and C++ files from a tree view hierarchy. Quickly switch between different sorting methods to get a better overview. Drag and drop to reorganize the code. See McCabe complexity scores and informative tooltips.

CodeMaid Collapsing

Collapsing

Recursively collapse nodes or the entire tree in the solution explorer window.

CodeMaid Joining

Joining

Join two adjacent lines, or a highlighted section of code onto a single line.

CodeMaid Switching

Switching

Switch between related files, such as cpp and header files or xaml and code-behind.

CodeMaid Finding

Finding

Find the current file in the solution explorer window.

CodeMaid Progressing

Progressing

View the overall progress of a build with a single progress bar.

CodeMaid Toggling

Toggling

Easily switch the read-only state of files without jumping into the windows explorer.

CodeMaid Reorganizing

Reorganizing

Reorganize the layout of members in a C# file to follow Microsoft’s StyleCop convention.

CodeMaid Configuring

Configuring

Enable, modify or disable many of the aspects of how CodeMaid does its work.

CodeMaid and more

and More!

Close unedited (read-only) files, etc.

Comments are closed.