Documentation
Code Cleaning
Code cleanup can run automatically on save,
or on demand. It can run on an individual file,
any selection in the solution explorer,
or the entire solution.
Actions taken on cleanup
- Remove unused using statements
- Sort using statements
- Add unspecified access modifiers
- Add blank line padding
- Remove blank lines adjacent to braces
- Run Visual Studio formatting
- Remove consecutive blank lines
- Remove end of line whitespace
- Update endregion tags
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.
Collapsing
Recursively collapse nodes or the entire tree in the solution explorer window.
Finding
Find the current file in the solution explorer window.
Reorganizing
Reorganize the layout of members in a C# file to follow Microsoft’s StyleCop convention.
Joining
Join two adjacent lines, or a highlighted section of code onto a single line.
Progressing
View the overall progress of a build with a single progress bar.
Configuring
Enable, modify or disable many of the aspects of how CodeMaid does its work.
Switching
Switch between related files, such as cpp and header files or xaml and code-behind.
Toggling
Easily switch the read-only state of files without jumping into the windows explorer.
and More!
Close unedited (read-only) files and more.






















