Documentation

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

  1. Remove unused using statements
  2. Sort using statements
  3. Add unspecified access modifiers
  4. Add blank line padding
  5. Remove blank lines adjacent to braces
  6. Run Visual Studio formatting
  7. Remove consecutive blank lines
  8. Remove end of line whitespace
  9. Update endregion tags
Cleaning Before

Cleaning before

Cleaning After

Cleaning after

Code Digging

Visualize and navigate through the contents of your C# and C++ files from a tree view hierarchy.

Digging Standard

Digging visualize

Quickly switch between different sorting methods to get a better overview.

Digging Type order

Digging type order

Drag and drop to reorganize the code.

Digging Drag and Drop

Digging drag and drop

See McCabe complexity scores and informative tooltips.

Digging ToolTip

Digging tooltips

Collapsing

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

Collapsing Before

Collapsing before

Collapsing After

Collapsing after

Finding

Find the current file in the solution explorer window.

Finding Before

Finding before

Finding After

Finding after

Reorganizing

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

Reorganizing Before

Reorganizing before

Reorganizing After

Reorganizing after

Joining

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

Joining Before

Joining before

Joining After

Joining after

Progressing

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

Progressing

Configuring

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

Configuring

Switching

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

Switching Before

Switching before

Switching After

Switching after

Toggling

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

Toggling Before

Toggling before

Toggling After

Toggling after

and More!

Close unedited (read-only) files and more.

More Before

and More before

More After

and More after

Comments are closed.