Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Word Case SwitchNew to Visual Studio Code? Get it now.
Word Case Switch

Word Case Switch

floydawong

|
59 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Word Case Switch

This is a VSCode extension that toggles the word between 'Snake', 'constant', 'camel' and 'pascal'
这是一个VSCode扩展插件, 将单词在snake,constant,camel,pascal之间切换

Case Type

enum CaseType {
    snake,
    constant,
    camel,
    pascal,
}

keybindings

alt+c

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft