⇧ + (⌘ or ctrl) + P
- "Camel To Kebab" - Converts a
camelCase
string into akebab-case
string - "Camel To Snake" - Converts a
camelCase
string into asnake_case
string - "Camel To Title" - Converts a
camelCase
string into aTitle Case
string - "Kebab To Camel" - Converts a
kebab-case
string into acamelCase
string - "Kebab To Snake" - Converts a
kebab-case
string into asnake_case
string - "Kebab To Title" - Converts a
kebab-case
string into aTitle Case
string - "Title To Camel" - Converts a
Title Case
string into acamelCase
string - "Title To Snake" - Converts a
Title Case
string into asnake_case
string - "Title To Kebab" - Converts a
Title Case
string into akebab-case
string - "Snake To Camel" - Converts a
snake_case
string into acamelCase
string - "Snake To Title" - Converts a
snake_case
string into aTitle Case
string - "Snake To Kebab" - Converts a
snake_case
string into akebab-case
string - "To Lower Case" - Converts a string to lower case
- "To Upper Case" - Converts a string to upper case
- Added "Snake To Camel", "Snake To Title" and "Snake To Kebab" conversions
- ⇧ + ⌘ + P > "Snake To Camel" - Converts a
snake_case
string into acamelCase
string - ⇧ + ⌘ + P > "Snake To Title" - Converts a
snake_case
string into aTitle Case
string - ⇧ + ⌘ + P > "Snake To Kebab" - Converts a
snake_case
string into akebab-case
string
- ⇧ + ⌘ + P > "Snake To Camel" - Converts a
- Added multiselect support.
- Now the VS Code String Converter supports multiselection.
- You can now use this extension while using multicursor.
- Added "Title To Snake" conversion
- ⇧ + ⌘ + P > "Title To Snake" - Converts a
Title Case
string into asnake_case
string
- ⇧ + ⌘ + P > "Title To Snake" - Converts a
- Added "Title To Kebab" conversion
- ⇧ + ⌘ + P > "Title To Kebab" - Converts a
Title Case
string into akebab-case
string
- ⇧ + ⌘ + P > "Title To Kebab" - Converts a
- Added "Title To Camel" conversion
- ⇧ + ⌘ + P > "Title To Camel" - Converts a
Title Case
string into acamelCase
string
- ⇧ + ⌘ + P > "Title To Camel" - Converts a
- 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
- Added the conversion "Kebab To Snake"
- ⇧ + ⌘ + P > "Kebab To Snake" - Converts a
kebab-case
string into asnake_case
string
- ⇧ + ⌘ + P > "Kebab To Snake" - Converts a
- Added the conversion "Kebab To Camel"
- ⇧ + ⌘ + P > "Kebab To Camel" - Converts a
kebab-case
string into acamelCase
string
- ⇧ + ⌘ + P > "Kebab To Camel" - Converts a
- Added the conversion "Kebab To Title"
- ⇧ + ⌘ + P > "Kebab To Title" - Converts a
kebab-case
string into aTitle Case
string
- ⇧ + ⌘ + P > "Kebab To Title" - Converts a
- Added the conversion "Camel To Title"
- ⇧ + ⌘ + P > "Camel To Title" - Converts a
camelCase
string into aTitle Case
string
- ⇧ + ⌘ + P > "Camel To Title" - Converts a
- Added the conversion "Camel To Kebab"
- ⇧ + ⌘ + P > "Camel To Snake" - Converts a
camelCase
string into asnake_case
string
- ⇧ + ⌘ + P > "Camel To Snake" - Converts a
- Added the conversion "Camel To Kebab"
- ⇧ + ⌘ + P > "Camel To Kebab" - Converts a
camelCase
string into akebab-case
string
- ⇧ + ⌘ + P > "Camel To Kebab" - Converts a
Contact me: [email protected]
Or open an issue in the repo