Skip to content

brunohgv/vs-code-string-converter

Repository files navigation

String Converter

extension working

Download to your VS Code HERE

Features

⇧ + (⌘ or ctrl) + P

  • "Camel To Kebab" - Converts a camelCase string into a kebab-case string
  • "Camel To Snake" - Converts a camelCase string into a snake_case string
  • "Camel To Title" - Converts a camelCase string into a Title Case string
  • "Kebab To Camel" - Converts a kebab-case string into a camelCase string
  • "Kebab To Snake" - Converts a kebab-case string into a snake_case string
  • "Kebab To Title" - Converts a kebab-case string into a Title Case string
  • "Title To Camel" - Converts a Title Case string into a camelCase string
  • "Title To Snake" - Converts a Title Case string into a snake_case string
  • "Title To Kebab" - Converts a Title Case string into a kebab-case string
  • "Snake To Camel" - Converts a snake_case string into a camelCase string
  • "Snake To Title" - Converts a snake_case string into a Title Case string
  • "Snake To Kebab" - Converts a snake_case string into a kebab-case string
  • "To Lower Case" - Converts a string to lower case
  • "To Upper Case" - Converts a string to upper case

Release Notes

1.0.0

  • Added "Snake To Camel", "Snake To Title" and "Snake To Kebab" conversions
    • ⇧ + ⌘ + P > "Snake To Camel" - Converts a snake_case string into a camelCase string
    • ⇧ + ⌘ + P > "Snake To Title" - Converts a snake_case string into a Title Case string
    • ⇧ + ⌘ + P > "Snake To Kebab" - Converts a snake_case string into a kebab-case string

0.9.0

  • Added multiselect support.
    • Now the VS Code String Converter supports multiselection.
    • You can now use this extension while using multicursor.

0.8.0

  • Added "Title To Snake" conversion
    • ⇧ + ⌘ + P > "Title To Snake" - Converts a Title Case string into a snake_case string

0.7.0

  • Added "Title To Kebab" conversion
    • ⇧ + ⌘ + P > "Title To Kebab" - Converts a Title Case string into a kebab-case string

0.6.0

  • Added "Title To Camel" conversion
    • ⇧ + ⌘ + P > "Title To Camel" - Converts a Title Case string into a camelCase string

0.5.0

  • Added "To Lower Case" and "To Upper Case" conversions
    • ⇧ + ⌘ + P > "To Lower Case" - Converts a string to lower case
    • ⇧ + ⌘ + P > "To Upper Case" - Converts a string to upper case

0.4.0

  • Added the conversion "Kebab To Snake"
    • ⇧ + ⌘ + P > "Kebab To Snake" - Converts a kebab-case string into a snake_case string

0.3.0

  • Added the conversion "Kebab To Camel"
    • ⇧ + ⌘ + P > "Kebab To Camel" - Converts a kebab-case string into a camelCase string

0.2.0

  • Added the conversion "Kebab To Title"
    • ⇧ + ⌘ + P > "Kebab To Title" - Converts a kebab-case string into a Title Case string

0.1.0

  • Added the conversion "Camel To Title"
    • ⇧ + ⌘ + P > "Camel To Title" - Converts a camelCase string into a Title Case string

0.0.12

  • Added the conversion "Camel To Kebab"
    • ⇧ + ⌘ + P > "Camel To Snake" - Converts a camelCase string into a snake_case string

0.0.11

  • Added the conversion "Camel To Kebab"
    • ⇧ + ⌘ + P > "Camel To Kebab" - Converts a camelCase string into a kebab-case string

Found a bug or have any suggestion?

Contact me: brunohgv2@gmail.com

Or open an issue in the repo

Releases

No releases published

Packages

No packages published