Code cleanup can run automatically on save,
or on demand. It can run on an individual file,
all open files, 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
- Remove empty regions
- Add blank line padding
- Remove blank lines next to braces
- Run Visual Studio formatting
- Remove consecutive blank lines
- Remove end of line whitespace
- Update endregion tags
Cleaning before
Cleaning after
Code Digging
Visualize and navigate through the contents of your C# and C++ files from a tree view hierarchy.
Digging
Quickly switch between different sorting methods to get a better overview.
Digging sort order
Type a search filter to find specific items.
Digging Search
Drag and drop to reorganize the code.
Digging drag and drop
Including multi-selection capabilities.
Digging Multi-Select
See McCabe complexity scores and informative tooltips.
Digging ToolTip
Code Reorganizing
Reorganize the layout of members in a C# file to follow Microsoft’s StyleCop convention, or your own preferences.
Reorganizing before
Reorganizing after
Automatically generate regions to match.
Regions Before
Regions After
Comment Formatting
Format comments to wrap at a specified column and arrange tags on separate lines.
Formatting before
Formatting after
Joining
Join two adjacent lines, or a highlighted section of code onto a single line.
Joining before
Joining after
Sorting
Sort a highlighted section of code alphabetically.
Sorting Before
Sorting After
Finding
Find the current file in the solution explorer window.
Finding before
Finding after
Collapsing
Recursively collapse nodes or the entire tree in the solution explorer window.
Collapsing before
Collapsing after
Progressing
View the overall progress of a build within Visual Studio.
Progressing
or in the Windows taskbar, both with a green/red status indication.
Progressing Taskbar
Switching
Switch between related files, such as cpp and header files or xaml and code-behind.
Switching before
Switching after
Configuring
Enable, modify or disable many of the aspects of how CodeMaid does its work.
Configuration General
Configuration Cleaning File Types
Configuration Cleaning Insert
Toggling
Toggle read-only state of files without jumping into the windows explorer.
Toggling before
Toggling after
and More!
Remove regions (selected, current, all)
Remove Selected Regions
Remove Current Region
Remove All Regions
Close read-only files.
Close All Read-Only before
'[====== Development ======] > Etc' 카테고리의 다른 글
실시간 로그뷰어 (Snaketail) (0) | 2021.12.16 |
---|---|
CodeMaid 단축키 (0) | 2021.10.21 |
Naming in Source code (0) | 2021.10.19 |
Manager vs. Controller vs. Handler (0) | 2021.10.19 |
디자인 관련 참고 (0) | 2021.09.24 |