Skip to content

A little wrapper over the "kasi" package for changing the casing of selections.

License

Notifications You must be signed in to change notification settings

fabiospampinato/vscode-kasi

Repository files navigation

Kasi

Logo

A little wrapper over the kasi package for changing the casing of selections.

Install

Follow the instructions in the Marketplace, or run the following in the command palette:

ext install fabiospampinato.vscode-kasi

Usage

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

License

MIT © Fabio Spampinato

About

A little wrapper over the "kasi" package for changing the casing of selections.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published