Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Quoc Coding Convention
Quoc Coding Convention

Quoc Coding Convention

Quoc Nguyen

|
73 installs
| (0) | Free
This project is about to ensure and automate some coding conventions in C# file.
Download

Coding Convention

This project is about to ensure and automate some coding conventions in C# file:

  1. Invoke code cleanup profile of Visual Studio

Configure_Code_Cleanup__1.png

  1. Organise the code structure into sections following order:
  • Constants
  • Readonly class variables
  • Class variables
  • Constructor(s)
  • Methods
  • Properties
  • Destructor
  1. In each section, the code will sorted by access modifier following order:
  • public
  • protected internal
  • protected (or privated protected)
  • internal
  • default
  • private
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft