All Projects → codecadwallader → Codemaid

codecadwallader / Codemaid

Licence: lgpl-3.0
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.

Projects that are alternatives of or similar to Codemaid

Equinoxproject
Full ASP.NET Core 5 application with DDD, CQRS and Event Sourcing concepts
Stars: ✭ 5,120 (+278.42%)
Mutual labels:  visual-studio, clean-code
run-aspnetcore-basics retired
One Solution - One Project for web application development with Asp.Net Core & EF.Core. Only one web application project which used aspnetcore components; razor pages, middlewares, dependency injection, configuration, logging. To create websites with minimum implementation of asp.net core based on HTML5, CSS, and JavaScript. You can use this boi…
Stars: ✭ 15 (-98.89%)
Mutual labels:  visual-studio, clean-code
Discordrpcvs
An extension for Visual Studio 2017 that enables Discord Rich Presence.
Stars: ✭ 77 (-94.31%)
Mutual labels:  visual-studio
Graphical Debugging
GraphicalDebugging extension for Visual Studio
Stars: ✭ 88 (-93.5%)
Mutual labels:  visual-studio
Llvm Vs2017 Integration
MSBuild 15.0 Toolset integration for multiple LLVM (From v5 to v8)
Stars: ✭ 84 (-93.79%)
Mutual labels:  visual-studio
Krypton Net 5.470
A update to Component factory's krypton toolkit to support the .NET 4.7 framework.
Stars: ✭ 79 (-94.16%)
Mutual labels:  visual-studio
Sample Dotnet Core Cqrs Api
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
Stars: ✭ 1,273 (-5.91%)
Mutual labels:  clean-code
Vscode Glean
The extension provides refactoring tools for your React codebase
Stars: ✭ 1,194 (-11.75%)
Mutual labels:  clean-code
Upx Visual Studio
Compile UPX 3.96 and belong librarys on Visual Studio! Source also include LZMA, UCL and zlib ✒️
Stars: ✭ 96 (-92.9%)
Mutual labels:  visual-studio
Android Mvp Architecture
MVP + Kotlin + Retrofit2 + Dagger2 + Coroutines + Anko + Kotlin-Android-Extensions + RX-java + Mockk + Espresso + Junit5
Stars: ✭ 82 (-93.94%)
Mutual labels:  clean-code
Cleanify
Cleans/Beautifies html, js and css files in your project
Stars: ✭ 87 (-93.57%)
Mutual labels:  clean-code
Vscode Angular Typescript Snippets
Visual Studio Code TypeScript snippets (TypeScript, Html, Angular Material, Flex Layout, ngRx, RxJS & Testing) for Angular 5
Stars: ✭ 82 (-93.94%)
Mutual labels:  visual-studio
Vs2017offlinesetuputility
This utility allow downloading offline setup or deletion of old version Visual Studio 2017/2019 Offline Setup files and folder
Stars: ✭ 79 (-94.16%)
Mutual labels:  visual-studio
Capslockindicator
A small utility that indicates the state of the Num lock, Caps lock and Scroll lock key.
Stars: ✭ 87 (-93.57%)
Mutual labels:  visual-studio
Bvcms
The open source church management system
Stars: ✭ 77 (-94.31%)
Mutual labels:  visual-studio
Ffvs Project Generator
A program that can scan existing FFmpeg/LibAV source files and dynamically generate a Visual Studio project file.
Stars: ✭ 92 (-93.2%)
Mutual labels:  visual-studio
Reswplus
Unleash your resw files with this Visual Studio extension: auto generation of strongly typed static properties, support of pluralization, strongly typed string formatting, etc...
Stars: ✭ 77 (-94.31%)
Mutual labels:  visual-studio
Clean Code Ruby
🛁 Clean Code concepts adapted for Ruby
Stars: ✭ 1,235 (-8.72%)
Mutual labels:  clean-code
Xmake Vscode
🍩 A XMake integration in Visual Studio Code
Stars: ✭ 84 (-93.79%)
Mutual labels:  visual-studio
Abphelper
ABPHelper is a Visual Studio Extension(VSIX) that helps you with developing ASP.NET Boilerplate applications.
Stars: ✭ 98 (-92.76%)
Mutual labels:  visual-studio
codemaid.net
For more details, please visit: https://www.codemaid.net

Currently supports VS2017 and VS2019.

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

Twitter @codemaid: Twitter

Features

CodeMaid Cleaning

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.

CodeMaid Digging

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.

CodeMaid Reorganizing

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.

CodeMaid Formatting

Comment Formatting

Format comments to wrap at a specified column and arrange tags on separate lines. Run on demand or automatically during cleanup.

CodeMaid Joining

Joining

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

CodeMaid Finding

Finding

Find the current file in the solution explorer window.

CodeMaid Sorting

Sorting

Sort a highlighted section of code alphabetically.

CodeMaid Collapsing

Collapsing

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

CodeMaid Progressing

Progressing

View the overall progress of a build within Visual Studio, or in the Windows taskbar, both with a green/red status indication.

CodeMaid Configuring

Configuring

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

CodeMaid Switching

Switching

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

CodeMaid Toggling

Toggling

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

CodeMaid and more

and More!

Remove regions, close read-only files, etc.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].