Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Formatters
>
Code Peter
New to Visual Studio Code?
Get it now.
Code Peter
PeterLi
|
148 installs
|
(
1
)
|
Free
Peter的代码工具箱
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
功能简介
Python代码格式化工具Black只能格式化整个文件,这个扩展支持格式化选中代码。
使用方法
python下
pip install black
Linux下可通过
whereis black
找到Black路径。
设置中搜索code peter,配置Black的路径。
选中python代码,右击选择
Black格式化选中代码
即可。