相关文章推荐
奋斗的竹笋  ·  Mac OS安装Python的pip - ...·  1 周前    · 
果断的针织衫  ·  Activator.GetObject ...·  10 月前    · 
重情义的羽毛球  ·  DWM ...·  10 月前    · 
含蓄的镜子  ·  How deal with ...·  1 年前    · 

Visual Studio Code中Python导入项自动排序的方法(isort)

条件

  • Visual Studio Code自带的isort或者安装的isort。

效果

  • 在保存.py文件时会自动排列导入项

设置

在settings.json中添加以下设置:

"[python]": {
        "editor.codeActionsOnSave": {