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

更新文档描述;release version 1.0.7

This commit is contained in:
zhangbk1
2024-04-07 16:44:20 +08:00
parent a8f7420d18
commit efa2136959
5 changed files with 12 additions and 8 deletions

View File

@@ -2,9 +2,9 @@
// 插件 id 及名称
"name": "variable-conversion",
"displayName": "Variable Conversion",
"description": "一个强大的变量名转换插件,支持右键菜单、快捷键、底栏等多种方式使用,支持小驼峰、大驼峰(帕斯卡)、下划线(蛇形)、连字符(脊柱式)、全小写、全大写等常用命名方式(及组合)转换。 \nA powerful variable naming conversion extension. You can use it through the editer menu, shortcut keys and bottom bar. Support camel, pascal, snake, kebab(spinal), lower, upper case, and more.",
"description": "一个强大的变量名转换插件,支持右键菜单、快捷键、底栏等多种方式使用,支持小驼峰、大驼峰(帕斯卡)、下划线(蛇形)、连字符(脊柱式)、空格分隔、全小写、全大写等常用命名方式(及组合)转换。 \nA powerful variable naming conversion extension. You can use it through the editer menu, shortcut keys and bottom bar. Support camel, pascal, snake, kebab(spinal), space, lower, upper case, and more.",
// 版本号
"version": "0.0.6",
"version": "1.0.7",
// logo
"icon": "image/logo.png",
"publisher": "coder-xiaomo",