An open API service indexing awesome lists of open source software.

https://github.com/brunohgv/vs-code-string-converter

A vscode extension to convert strings
https://github.com/brunohgv/vs-code-string-converter

hacktoberfest string-converter vscode-extension

Last synced: over 1 year ago
JSON representation

A vscode extension to convert strings

Awesome Lists containing this project

README

          



String Converter


![extension working](https://media-exp2.licdn.com/dms/image/C4E22AQGgRCwOa8L-kA/feedshare-shrink_800/0?e=1582156800&v=beta&t=IMPAN6Wc5k_Xpyxh8DF_jQeuvpks9gc-7Ra-jppLX2I)

[Download to your VS Code HERE](https://marketplace.visualstudio.com/items?itemName=brunohgv.vscode-string-converter)

## 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](https://github.com/brunohgv/vs-code-string-converter)