A little wrapper over the kasi
package for changing the casing of selections.
Follow the instructions in the Marketplace, or run the following in the command palette:
ext install fabiospampinato.vscode-kasi
It adds 10 commands to the command palette:
'Kasi: Camel Case' // Change the casing of the current selections to camel case
'Kasi: Constant Case' // Change the casing of the current selections to constant case
'Kasi: Dot Case' // Change the casing of the current selections to dot case
'Kasi: Kebab Case' // Change the casing of the current selections to kebab case
'Kasi: Lower Case' // Change the casing of the current selections to lower case
'Kasi: Pascal Case' // Change the casing of the current selections to pascal case
'Kasi: Path Case' // Change the casing of the current selections to path case
'Kasi: Snake Case' // Change the casing of the current selections to snake case
'Kasi: Title Case' // Change the casing of the current selections to title case
'Kasi: Upper Case' // Change the casing of the current selections to upper case
MIT © Fabio Spampinato