Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Naming ConventionNew to Visual Studio Code? Get it now.

Naming Convention

zomixi

|
178 installs
| (1) | Free
Convert your identifier name by naming convention.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Naming Convention

Convert your identifier name by naming convention.

preview

Install

Launch VS Code Quick Open (Ctrl/Cmd+P), paste the following command, and press enter.

ext install naming-convention

Commands

  • naming-convention.camel-case: Convert to a string with the separators denoted by having the next letter capitalised.
  • naming-convention.pascal-case: Convert to a string denoted in the same fashion as camelCase, but with the first letter also capitalised.
  • naming-convention.constant-case: Convert to an upper case, underscore separated string.
  • naming-convention.snake-case: Convert to a lower case, underscore separated string.

Support

Create an issue & welcome to PR.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft