GitXplorerGitXplorer
m

CodeCleanupOnSave

public
64 stars
7 forks
5 issues

Commits

List of commits on branch master.
Verified
966ec9746d66449ab13956472e013a9ec37b3e50

Merge pull request #13 from phillduffy/patch-1

mmadskristensen committed 3 months ago
Verified
4b1b4ab925e1834be0a299f50432de545206c590

Update README.md

pphillduffy committed 3 months ago
Verified
3c4f6ca9dfcae3da1d5da617ca36878a13dd2ff2

Create FUNDING.yml

mmadskristensen committed 3 years ago
Unverified
3745ae624a8629b2833069348489055a0a211cc9

Added VS 2022 support

mmadskristensen committed 4 years ago
Unverified
88ce8c35d6b672a6c3346581d51fd40aca6a4255

Updated content types and autoload strings

mmadskristensen committed 4 years ago
Unverified
07f759a8363747cc8307dfc3fcafc0deac487e41

Add button to Code Cleanup context menu

mmadskristensen committed 4 years ago

README

The README file for this repository.

Code Cleanup On Save

Build status

Automatically run one of the Code Clean profiles when saving the document. This ensures your code is always formatted correctly and follows your coding style conventions.

Download the extension at the Visual Studio Marketplace or try the CI build.


Code Cleanup is a new feature of Visual Studio 2019 that will automatically clean up your code file to make sure it is formatted correctly and that your coding style preferences are applied.

This extension will perform the Code Cleanup automatically when the file is being saved.

Configure Code Cleanup profiles

At the bottom of the C# editor, click the Configure Code Cleanup.

Code Cleanup Menu

By default, Profile 1 is executed on save by this extension.

Options

The options page allows you to chose between which profile to run automatically on save.

Options

License

Apache 2.0