更新右键二级菜单
This commit is contained in:
16
package.json
16
package.json
@@ -101,6 +101,18 @@
|
||||
"command": "extension.toPascalCase",
|
||||
"group": "group-extension"
|
||||
},
|
||||
{
|
||||
"command": "extension.toKebabCase",
|
||||
"group": "group-extension"
|
||||
},
|
||||
{
|
||||
"command": "extension.toSnakeCase",
|
||||
"group": "group-extension"
|
||||
},
|
||||
{
|
||||
"command": "extension.toSnakeUpperCase",
|
||||
"group": "group-extension"
|
||||
},
|
||||
{
|
||||
"command": "extension.toUpperCase",
|
||||
"group": "group-extension"
|
||||
@@ -109,6 +121,10 @@
|
||||
"command": "extension.toLowerCase",
|
||||
"group": "group-extension"
|
||||
},
|
||||
{
|
||||
"command": "extension.toCamelSnakeCase",
|
||||
"group": "group-extension"
|
||||
},
|
||||
{
|
||||
"command": "editor.action.transformToCamelcase",
|
||||
"group": "group-vscode"
|
||||
|
Reference in New Issue
Block a user