{"id":13340895,"url":"https://github.com/brunohgv/vs-code-string-converter","last_synced_at":"2025-03-11T19:30:53.945Z","repository":{"id":49678270,"uuid":"234531511","full_name":"brunohgv/vs-code-string-converter","owner":"brunohgv","description":"A vscode extension to convert strings","archived":false,"fork":false,"pushed_at":"2023-08-11T02:24:18.000Z","size":323,"stargazers_count":5,"open_issues_count":4,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-24T06:30:11.624Z","etag":null,"topics":["hacktoberfest","string-converter","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brunohgv.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-17T11:04:17.000Z","updated_at":"2022-10-28T02:41:35.000Z","dependencies_parsed_at":"2023-01-20T09:34:02.674Z","dependency_job_id":null,"html_url":"https://github.com/brunohgv/vs-code-string-converter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunohgv%2Fvs-code-string-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunohgv%2Fvs-code-string-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunohgv%2Fvs-code-string-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunohgv%2Fvs-code-string-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brunohgv","download_url":"https://codeload.github.com/brunohgv/vs-code-string-converter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243098663,"owners_count":20236068,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","string-converter","vscode-extension"],"created_at":"2024-07-29T19:24:30.312Z","updated_at":"2025-03-11T19:30:53.546Z","avatar_url":"https://github.com/brunohgv.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv style=\"text-align:center\"\u003e\n    \u003cimg src=\"https://i.ibb.co/QnpSdMj/9f2a6d73-6fd7-4f31-9caa-b68850f7f98a-200x200.png\" /\u003e\n    \u003ch1\u003eString Converter\u003c/h1\u003e\n\u003c/div\u003e\n\n![extension working](https://media-exp2.licdn.com/dms/image/C4E22AQGgRCwOa8L-kA/feedshare-shrink_800/0?e=1582156800\u0026v=beta\u0026t=IMPAN6Wc5k_Xpyxh8DF_jQeuvpks9gc-7Ra-jppLX2I)\n\n[Download to your VS Code HERE](https://marketplace.visualstudio.com/items?itemName=brunohgv.vscode-string-converter)\n\n## Features\n\n⇧ + (⌘ or ctrl) + P\n\n* \"Camel To Kebab\" - Converts a `camelCase` string into a `kebab-case` string\n* \"Camel To Snake\" - Converts a `camelCase` string into a `snake_case` string\n* \"Camel To Title\" - Converts a `camelCase` string into a `Title Case` string\n* \"Kebab To Camel\" - Converts a `kebab-case` string into a `camelCase` string\n* \"Kebab To Snake\" - Converts a `kebab-case` string into a `snake_case` string\n* \"Kebab To Title\" - Converts a `kebab-case` string into a `Title Case` string\n* \"Title To Camel\" - Converts a `Title Case` string into a `camelCase` string\n* \"Title To Snake\" - Converts a `Title Case` string into a `snake_case` string\n* \"Title To Kebab\" - Converts a `Title Case` string into a `kebab-case` string\n* \"Snake To Camel\" - Converts a `snake_case` string into a `camelCase` string\n* \"Snake To Title\" - Converts a `snake_case` string into a `Title Case` string\n* \"Snake To Kebab\" - Converts a `snake_case` string into a `kebab-case` string\n* \"To Lower Case\" - Converts a string to lower case\n* \"To Upper Case\" - Converts a string to upper case\n\n\n## Release Notes\n\n### 1.0.0\n\n* Added \"Snake To Camel\", \"Snake To Title\" and \"Snake To Kebab\" conversions\n  * ⇧ + ⌘ + P \u003e \"Snake To Camel\" - Converts a `snake_case` string into a `camelCase` string\n  * ⇧ + ⌘ + P \u003e \"Snake To Title\" - Converts a `snake_case` string into a `Title Case` string\n  * ⇧ + ⌘ + P \u003e \"Snake To Kebab\" - Converts a `snake_case` string into a `kebab-case` string\n\n### 0.9.0\n\n* Added multiselect support.\n  * Now the *VS Code String Converter* supports multiselection.\n  * You can now use this extension while using multicursor.\n\n### 0.8.0\n\n* Added \"Title To Snake\" conversion\n  * ⇧ + ⌘ + P \u003e \"Title To Snake\" - Converts a `Title Case` string into a `snake_case` string\n\n### 0.7.0\n\n* Added \"Title To Kebab\" conversion\n  * ⇧ + ⌘ + P \u003e \"Title To Kebab\" - Converts a `Title Case` string into a `kebab-case` string\n\n### 0.6.0\n\n* Added \"Title To Camel\" conversion\n  * ⇧ + ⌘ + P \u003e \"Title To Camel\" - Converts a `Title Case` string into a `camelCase` string\n\n### 0.5.0\n\n* Added \"To Lower Case\" and \"To Upper Case\" conversions\n  * ⇧ + ⌘ + P \u003e \"To Lower Case\" - Converts a string to lower case\n  * ⇧ + ⌘ + P \u003e \"To Upper Case\" - Converts a string to upper case\n\n### 0.4.0\n\n* Added the conversion \"Kebab To Snake\"\n  * ⇧ + ⌘ + P \u003e \"Kebab To Snake\" - Converts a `kebab-case` string into a `snake_case` string\n\n### 0.3.0\n\n* Added the conversion \"Kebab To Camel\"\n  * ⇧ + ⌘ + P \u003e \"Kebab To Camel\" - Converts a `kebab-case` string into a `camelCase` string\n\n### 0.2.0\n\n* Added the conversion \"Kebab To Title\"\n  * ⇧ + ⌘ + P \u003e \"Kebab To Title\" - Converts a `kebab-case` string into a `Title Case` string\n\n### 0.1.0\n\n* Added the conversion \"Camel To Title\"\n  * ⇧ + ⌘ + P \u003e \"Camel To Title\" - Converts a `camelCase` string into a `Title Case` string\n\n### 0.0.12\n\n* Added the conversion \"Camel To Kebab\"\n  * ⇧ + ⌘ + P \u003e \"Camel To Snake\" - Converts a `camelCase` string into a `snake_case` string\n\n### 0.0.11\n\n* Added the conversion \"Camel To Kebab\"\n  * ⇧ + ⌘ + P \u003e \"Camel To Kebab\" - Converts a `camelCase` string into a `kebab-case` string\n\n----\n## Found a bug or have any suggestion?\n\nContact me: brunohgv2@gmail.com\n\nOr open an issue in the [repo](https://github.com/brunohgv/vs-code-string-converter)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunohgv%2Fvs-code-string-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrunohgv%2Fvs-code-string-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunohgv%2Fvs-code-string-converter/lists"}