CodeMaid alternatives and similar packages
Based on the "Code Analysis and Metrics" category.
Alternatively, view CodeMaid alternatives based on common mentions on social networks and blogs.
-
App.Metrics
App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application. -
.NET Compiler Platform ("Roslyn") Analyzers
A number of Roslyn diagnostic analyzers initially developed to help flesh out the design and implementation of the static analysis APIs. -
Metrics-Net
The Metrics.NET library provides a way of instrumenting applications with custom metrics (timers, histograms, counters etc) that can be reported in various ways and can provide insights on what is happening inside a running application. -
NsDepCop
NsDepCop is a static code analysis tool that helps to enforce namespace dependency rules in C# projects. No more unplanned or unnoticed dependencies in your system. -
Gendarme
Gendarme is a extensible rule-based tool to find problems in .NET applications and libraries. Gendarme inspects programs and libraries that contain code in ECMA CIL format (Mono and .NET) and looks for common problems with the code, problems that compiler do not typically check or have not historically checked. -
PVS-Studio
PVS-Studio is a static analyzer on guard of code quality, security (SAST), and code safety. [Free for OSS] [$] -
NDepend
is a Visual Studio and VS Team Services extension that estimates your .NET code quality and Technical-Debt, that lets create code rules with C# LINQ syntax, visualize code structure and focus on changes and evolution.[$]
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of CodeMaid or a related project?
README
For more details, please visit: https://www.codemaid.net Currently supports VS2019 and VS2022. For Visual Studio 2017, the last supported version is v11.2. For Visual Studio 2012/2013/2015, the last supported version is v10.6. For Visual Studio 2010, the last supported version is v0.8.1. For Visual Studio 2005/2008, the last supported version is v0.4.3. Links Project home, Documentation, News: www.codemaid.net Download, Reviews: Visual Studio Marketplace
Code, Issues: GitHub Continuous Integration: AppVeyor
Twitter @codemaid: Twitter Features 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. 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. Code Reorganizing Reorganize the layout of members in a C# file to follow Microsoft’s StyleCop convention, or your own preferences. Automatically generate regions to match. Run on demand or automatically during cleanup. Comment Formatting Format comments to wrap at a specified column and arrange tags on separate lines. Run on demand or automatically during cleanup. Joining Join two adjacent lines, or a highlighted section of code onto a single line. Finding Find the current file in the solution explorer window. Sorting Sort a highlighted section of code alphabetically. Collapsing Recursively collapse nodes or the entire tree in the solution explorer window. Progressing View the overall progress of a build within Visual Studio, or in the Windows taskbar, both with a green/red status indication. 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 Toggle read-only state of files without jumping into the windows explorer. and More! Remove regions, close read-only files, etc.