1
0
Fork 0
小驼峰,大驼峰,下划线,大写,小写等写法互相转换的VSCode插件
Go to file
程序员小墨 bf5c90a7ef 更新版本号为 1.0.9 2024-04-10 00:37:47 +08:00
.vscode Initialize project code 2024-03-28 14:31:47 +08:00
image 更新 README 及动图 2024-04-10 00:32:52 +08:00
src 无可选候选词时不展示 QuickPick 弹窗 2024-04-09 14:15:29 +08:00
.eslintrc.json Initialize project code 2024-03-28 14:31:47 +08:00
.gitignore 添加 驼峰蛇形命名 2024-04-02 17:41:10 +08:00
.vscode-test.mjs Initialize project code 2024-03-28 14:31:47 +08:00
.vscodeignore Initialize project code 2024-03-28 14:31:47 +08:00
CHANGELOG.md 判断是否展示右键菜单逻辑支持多选区 2024-04-09 10:29:28 +08:00
LICENSE Create LICENSE 2024-04-03 00:54:43 +08:00
Publish.md 小改动 2024-04-07 17:14:30 +08:00
README.md 更新 README 及动图 2024-04-10 00:32:52 +08:00
package-comment.jsonc 更新版本号为 1.0.9 2024-04-10 00:37:47 +08:00
package-lock.json 统一插件名称: text-conversion -> variable-conversion 2024-04-03 10:03:01 +08:00
package.json 更新版本号为 1.0.9 2024-04-10 00:37:47 +08:00
test-code.md 添加测试用例 2024-04-01 17:32:35 +08:00
tsconfig.json Initialize project code 2024-03-28 14:31:47 +08:00

README.md

变量命名转换插件 Variable Conversion

Marketplace GitHub Gitee

一个强大的变量名转换插件,支持一键转换、循环转换,支持右键菜单、快捷键、状态栏等多种方式使用。
A powerful variable naming conversion extension. Supports one-key conversion & cyclic conversion. You can use it through the editer menu, shortcut keys and bottom bar.

  • 支持多选区 Support multi-selection
  • 支持多窗口 (不支持子窗口状态栏) Support subwindow (subwindow status bar are not supported)
  • 支持撤回 & 重做 Support undo & redo (Ctrl + Z / Ctrl + Y)

如何使用? How to Use?

🔭 Tips for Chinese users: 如果您无法看到下文图片,请点击这里查看

循环转换 Cyclic conversion (Beta)

选中需要转换的内容,然后按下 Ctrl + Alt + [Ctrl + Alt + ] 即可前后灵活切换变量命名方式。 Select what you want to convert in the editor, and then press Ctrl + Alt + [ or Ctrl + Alt + ] to flexibly convert variable name flexibly.

基础转换

1. 选中代码中需要转换的内容 Select The Text To Convert

Step1. Select The Text To Convert

2. 按 Shift + Alt + T Press Shift + Alt + T

Step2. Press Shift + Alt + T

或者点击状态栏的 变量转换 按钮
Or click the String Conversion button in the status bar

Step2. Press Status Bar Button

或者右键 -> 变量转换
Or right-click -> String Conversion

Step2. Variable conversion on the context menu

或者右键 -> 将变量转换为...
Or right-click on the selected text -> Convert string to...

Step2. Right-click on the selected text

3. 选择转换目标,转换完成 Select the conversion target and complete

快捷键

功能 Feature 快捷键 shortcut key
变量转换 快速选择 QuickPick Shift + Alt + T
循环转换→上一个 Cyclic conversion → Previous one Ctrl + Alt + [
循环转换→下一个 Cyclic conversion → Next one Ctrl + Alt + ]

支持的类型 Support Case

类型 Case 举例 e.g.
小驼峰(驼峰)命名 Camel Case fooBar
大驼峰(帕斯卡)命名 Pascal Case FooBar
下划线(蛇形)命名 Snake Case foo_bar
下划线(蛇形) + 小驼峰(驼峰)命名 Snake Camel Case foo_Bar
下划线(蛇形) + 大驼峰(帕斯卡)命名 Snake Pascal Case Foo_Bar
下划线(蛇形) + 全大写命名 Snake Upper Case FOO_BAR
中划线(连字符/脊柱式)命名 Kebab Case / Spinal Case foo-bar
中划线(连字符/脊柱式) + 小驼峰(驼峰)命名 Kebab Camel Case foo-Bar
中划线(连字符/脊柱式) + 大驼峰(帕斯卡)命名 Kebab Pascal Case Foo-Bar
中划线(连字符/脊柱式) + 全大写命名 Kebab Upper Case FOO-BAR
空格分隔命名 Space Case foo bar
空格分隔 + 小驼峰(驼峰)命名 Space Camel Case foo Bar
空格分隔 + 大驼峰(帕斯卡)命名 Space Pascal Case Foo Bar
空格分隔 + 全大写命名 Space Upper Case FOO BAR
全小写 Lower Case foo_bar / foobar
全大写 Upper Case FOO_BAR / FOOBAR

小提示 Tips

关于文本选区...

  • 可以先按住 Alt 键不放,再鼠标先后选中多个选区 You can first hold down Alt, and then use the mouse to select multiple selection
  • 可以先按住 Shift + Alt 键不放,再按下鼠标左键,使用鼠标滑过需要选中的区块 You can first hold down Shift + Alt, then press the left mouse button, and use the mouse to slide over the block that needs to be selected
  • 可以通过 Ctrl + D 快捷键选中光标所在的单词 You can press Ctrl + D to select the word near the cursor

反馈 Feedback

如果您觉得本插件还不够好用,有更好的使用建议;或者发现了 BUG欢迎前往 GitHub 仓库提 issue. 使用简体中文、繁體中文或 English 均可,不建议使用翻译软件翻译,否则可能会让文字描述变得抽象难懂。
If you feel that this extension is not good to use, or you have a better use suggestion, or found a BUG, welcome to create an issue on GitHub. English, 简体中文 or 繁體中文 are all supported, it is not recommended to use translation software, otherwise it may make the text description become abstract and difficult to understand.

开源共建 OpenSource & Contribute

本插件已开源(MIT License),欢迎提 Pr 共建,让插件变得更好用!
This plug-in has been open source (MIT License), welcome to Pr co-construction, let the plug-in become better!

GitHub Repo (开源地址): https://github.com/coder-xiaomo/variable-conversion-vscode-extension.git

Gitee Mirror (码云镜像): https://gitee.com/coder-xiaomo/variable-conversion-vscode-extension.git


Enjoy!