1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

添加 驼峰蛇形命名

This commit is contained in:
zhangbk1
2024-04-02 17:41:10 +08:00
parent 7edf6f8d13
commit 37c2442505
3 changed files with 17 additions and 1 deletions

View File

@@ -44,6 +44,10 @@
"command": "extension.toLowerCase",
"title": "全小写 (Lower Case) [ foobar ]"
},
{
"command": "extension.toCamelSnakeCase",
"title": "驼峰蛇形命名 (Camel Snake Case) [ Foo_Bar ]"
},
{
"command": "editor.action.transformToCamelcase",
"title": "[VSCode 自带] 驼峰式大小写 (Camel Case) [ fooBar ]"