Facebook开源python代码编译错误检查插件

2,770次阅读
没有评论

共计 536 个字符,预计需要花费 2 分钟才能阅读完成。

编辑器器中Pyre Errors

Pyre is integrated with VSCode and Nuclide which allows you to catch your errors in real-time.

Pyre已经通过插件的方式集成在vscode编辑器中,使用vscode编写代码的同学可以使用了

VSCode

Facebook开源python代码编译错误检查插件

After running pyre init on the root of your repository, open the root in VSCode. Install the pyre-check extension from the extension marketplace, and pyre should start up automatically.

在你的项目根目录运行pyre init之后,在vscode插件商店中安装插件,之后pyre会自动运行

插件的地址在这里.

Nuclide

Facebook开源python代码编译错误检查插件

You can apm install atom-ide-ui && apm install ide-pyre in order to install pyre’s Atom integration.

The pyre Atom package is available here.

同样你可以在Atom中安装对应的插件实现,对应的Atom package连接地址是这里.

正文完
请博主喝杯咖啡吧!
post-qrcode
 
admin
版权声明:本站原创文章,由 admin 2018-05-13发表,共计536字。
转载说明:除特殊说明外本站文章皆由CC-4.0协议发布,转载请注明出处。
评论(没有评论)
验证码