release version 1.0.5
This commit is contained in:
parent
fa0499f1d7
commit
d04a295323
@ -24,6 +24,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
## 1.0.5
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fix bug: The infobox showed `editor is undefined` when the current active TAB was not an editor
|
||||||
|
|
||||||
|
|
||||||
## 1.0.4
|
## 1.0.4
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -5,7 +5,9 @@ A powerful variable naming conversion extension. You can use it through the edit
|
|||||||
|
|
||||||
## 如何使用? How to Use?
|
## 如何使用? How to Use?
|
||||||
|
|
||||||
1. 选中代码中需要转换的内容 <br>Select The Text To Convert
|
> 🔭 Tips for Chinese users: 如果您无法看到下文图片,请[点击这里查看](https://gitee.com/coder-xiaomo/variable-conversion-vscode-extension/blob/main/README.md)
|
||||||
|
|
||||||
|
#### 1. 选中代码中需要转换的内容 <br>Select The Text To Convert
|
||||||
|
|
||||||
![Step1. Select The Text To Convert](image/step1-select-the-text-to-convert.gif)
|
![Step1. Select The Text To Convert](image/step1-select-the-text-to-convert.gif)
|
||||||
|
|
||||||
@ -13,7 +15,7 @@ A powerful variable naming conversion extension. You can use it through the edit
|
|||||||
> 可以通过 `Ctrl + D` 快捷键选中光标所在的单词<br>
|
> 可以通过 `Ctrl + D` 快捷键选中光标所在的单词<br>
|
||||||
> You can press `Ctrl + D` to select the word near the cursor
|
> You can press `Ctrl + D` to select the word near the cursor
|
||||||
|
|
||||||
2. 按 `Shift + Alt + T` <br>Press `Shift + Alt + T`
|
#### 2. 按 `Shift + Alt + T` <br>Press `Shift + Alt + T`
|
||||||
|
|
||||||
![Step2. Press Shift + Alt + T](image/step2-press-shift-alt-t.gif)
|
![Step2. Press Shift + Alt + T](image/step2-press-shift-alt-t.gif)
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"displayName": "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), lower, upper case, and more.",
|
||||||
// 版本号
|
// 版本号
|
||||||
"version": "0.0.4",
|
"version": "0.0.5",
|
||||||
// logo
|
// logo
|
||||||
"icon": "image/logo.png",
|
"icon": "image/logo.png",
|
||||||
"publisher": "coder-xiaomo",
|
"publisher": "coder-xiaomo",
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "variable-conversion",
|
"name": "variable-conversion",
|
||||||
"displayName": "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), lower, upper case, and more.",
|
||||||
"version": "0.0.4",
|
"version": "0.0.5",
|
||||||
"icon": "image/logo.png",
|
"icon": "image/logo.png",
|
||||||
"publisher": "coder-xiaomo",
|
"publisher": "coder-xiaomo",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
Loading…
Reference in New Issue
Block a user