如何在Visual Studio代码中格式化python代码?

时间:2017-10-11 03:09:31

标签: python formatting visual-studio-code autopep8

使用AutoPep8打开票证,但是当我安装autopep8扩展程序时,它似乎找不到该模块。当我更改配置以告诉它格式不做任何事情。但是在终端中进行格式化。有任何想法吗? https://github.com/hhatto/autopep8/issues/349#issuecomment-335662565

2 个答案:

答案 0 :(得分:0)

为Windows中支持的Python代码格式安装以下python软件包

2020-03-27 13:36:21.060325 -> 0
2020-03-27 13:36:37.067294 -> 5
2020-03-27 13:36:40.836107 -> 6
2020-03-27 13:36:41.097320 -> 6
2020-03-27 13:36:42.864630 -> 5
2020-03-27 13:36:42.985437 -> 5

成功安装软件包后,在vs code->中打开代码->按Ctrl + A和Ctrl + K,它将格式化代码。

答案 1 :(得分:-1)

autopep8被列为要求。在Mac上,使用brew,可以按以下步骤安装它:

brew install autopep8