Ctrl+P
变量/字符串命名规范自由转换
输入指令
command + shift + p
ctrl + shift + p
输入 to hello 选择要转换的目标格式
to hello
转换成 `helloWorld` 命名方式 转换成 `HelloWorld` 命名方式 转换成 `HELLO_WORLD` 命名方式 转换成 `hello_world` 命名方式 转换成 `hello-world` 命名方式
Initial release
My Github
Enjoy!