8000 GitHub - sunshj/vscode-string-case-utils: String Case Utils for VS Code
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sunshj/vscode-string-case-utils

Repository files navigation

vscode-string-case-utils

powered by change-case

Visual Studio Marketplace Version Made with reactive-vscode

Usage

  1. Select text.
  2. Right-Click and choose String Case Utils.
  3. Select the desired command to execute.

Configurations

Key Description Type Default
stringCaseUtils.showDesensitizeOption %configuration.showDesensitizeOption% boolean true
stringCaseUtils.desensitizeChar %configuration.desensitizeChar% string "*"
stringCaseUtils.showHashOptions %configuration.showHashOptions% boolean true

Commands

Command Title
stringCaseUtils.pascalCase String Case Utils: %command.pascalCase%
stringCaseUtils.camelCase String Case Utils: %command.camelCase%
stringCaseUtils.kebabCase String Case Utils: %command.kebabCase%
stringCaseUtils.snakeCase String Case Utils: %command.snakeCase%
stringCaseUtils.pascalSnakeCase String Case Utils: %command.pascalSnakeCase%
stringCaseUtils.trainCase String Case Utils: %command.trainCase%
stringCaseUtils.constantCase String Case Utils: %command.constantCase%
stringCaseUtils.upperCase String Case Utils: %command.upperCase%
stringCaseUtils.lowerCase String Case Utils: %command.lowerCase%
stringCaseUtils.capitalCase String Case Utils: %command.capitalCase%
stringCaseUtils.sentenceCase String Case Utils: %command.sentenceCase%
stringCaseUtils.dotCase String Case Utils: %command.dotCase%
stringCaseUtils.pathCase String Case Utils: %command.pathCase%
stringCaseUtils.noCase String Case Utils: %command.noCase%
stringCaseUtils.desensitize String Case Utils: %command.desensitize%
stringCaseUtils.random_hash16 String Case Utils: %command.random_hash16%
stringCaseUtils.random_hash32 String Case Utils: %command.random_hash32%
stringCaseUtils.random_hash64 String Case Utils: %command.random_hash64%
stringCaseUtils.hash16 String Case Utils: %command.hash16%
stringCaseUtils.hash32 String Case Utils: %command.hash32%
stringCaseUtils.hash64 String Case Utils: %command.hash64%

License

MIT License © 2024 sunshj

0