Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codecadwallader/codemaid
CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
https://github.com/codecadwallader/codemaid
c-sharp clean-code dotnet visual-studio vsix
Last synced: about 21 hours ago
JSON representation
CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
- Host: GitHub
- URL: https://github.com/codecadwallader/codemaid
- Owner: codecadwallader
- License: lgpl-3.0
- Created: 2014-07-19T11:39:00.000Z (over 10 years ago)
- Default Branch: dev
- Last Pushed: 2024-01-21T17:14:52.000Z (about 1 year ago)
- Last Synced: 2025-01-18T07:05:06.488Z (8 days ago)
- Topics: c-sharp, clean-code, dotnet, visual-studio, vsix
- Language: C#
- Homepage: http://www.codemaid.net
- Size: 14.8 MB
- Stars: 1,922
- Watchers: 80
- Forks: 364
- Open Issues: 489
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome - codecadwallader/codemaid - CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding. (C\#)
- awesome-starred-test - codecadwallader/codemaid - CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding. (C# #)
- Xaramin-Guide - CodeMaid
- Firmware-Guide - CodeMaid
- dotnet-guide - CodeMaid
README
For more details, please visit: https://www.codemaid.netCurrently 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
[![Build status](https://ci.appveyor.com/api/projects/status/adpt8279h212ceiv)](https://ci.appveyor.com/project/codecadwallader/codemaid)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.
Progressing
View the overall progress of a build within Visual Studio, or in the Windows taskbar, both with a green/red status indication.