码迷,mamicode.com
首页 > 编程语言 > 详细

VS Code中python代码自动格式化 代码自动检查

时间:2019-10-08 14:03:35      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:打开   格式   检查   code   set   vs code   int   setting   ash   

VS Code菜单栏中依次打开 File—Preferences—Settings,搜索框中搜索“python.formatting.provider”,

然后在下拉菜单中选择autopep8,yapf,black三种之中任何一个。推荐autopep8

然后Ctrl+Alt+F会提示是否安装,选择后在vs code上方选择以哪种方式安装。

 

VS Code菜单栏中依次打开 File—Preferences—Settings,

1、搜索框中搜索“python.linting.pep8Enabled”,勾选

2、搜索框中搜索“python.linting.pylintEnabled”,勾选(推荐)

3、搜索框中搜索“python.linting.flake8Enabled”,勾选

VS Code中python代码自动格式化 代码自动检查

标签:打开   格式   检查   code   set   vs code   int   setting   ash   

原文地址:https://www.cnblogs.com/wintersoft/p/11634845.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!