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
- Host: GitHub
- URL: https://github.com/brunohgv/vs-code-string-converter
- Owner: brunohgv
- Created: 2020-01-17T11:04:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T02:24:18.000Z (almost 3 years ago)
- Last Synced: 2024-10-24T06:30:11.624Z (over 1 year ago)
- Topics: hacktoberfest, string-converter, vscode-extension
- Language: JavaScript
- Homepage:
- Size: 315 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
String Converter

[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)