Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Other
>
代码格式 & Code Format
New to Visual Studio Code?
Get it now.
代码格式 & Code Format
jxh150535011
|
1 install
|
(
0
)
|
Free
用于常见的格式化编码 & Format selected code to a specific style
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
Code Format
快捷键 ctrl + alt + M 格式化 打开格式化选项, 支持以下格式化选项:
下划线(snake_case)
驼峰(camelCase)
大驼峰(PascalCase)
大写(UPPERCASE)
小写(lowercase)
JSON压缩(Minify)
JSON展开(Expand)
JSON变量(Variable)
Base64编码
Base64解码