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

2,444次阅读
没有评论

编辑器器中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连接地址是这里.

 
admin
版权声明:本站原创文章,由 admin 2018-05-13发表,共计536字。
转载说明:除特殊说明外本站文章皆由CC-4.0协议发布,转载请注明出处。
评论(没有评论)