Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Other
>
fast-change-code
New to Visual Studio Code?
Get it now.
fast-change-code
wanglinglei
|
57 installs
|
(
0
)
|
Free
代码格式快速转换
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
代码格式转换
description
通过插件快速对选中代码的格式转换,目前可转换格式: 中划线/下划线/大写常量/驼峰.
转换示例
原始代码
转换格式
转换结果
aaaBbb
中划线
aaa-bbb
aaaBbb
下划线
aaa_bbb
aaaBbb
大写常量
AAA_BBB
aaa bbb
驼峰
aaaBbb
aaa bbb
中划线
aaa-bbb
aaa bbb
下划线
aaa_bbb
aaa bbb
大写常量
AAA_BBB