Skip to main content
Source: Ar0001SnakeCaseToPascalCaseRefactoring.cs

Description

This is a code refactoring that snake case to pascal case.

Before

string user_name = "value";

After

string UserName = "value";

Properties

  • Type: Refactoring (not a diagnostic)
  • Triggered by: Right-click context menu or Quick Actions
Refactorings do not produce diagnostics and cannot be configured via .editorconfig.