首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >sublime 3上的Pylinter不工作

sublime 3上的Pylinter不工作
EN

Stack Overflow用户
提问于 2015-04-10 14:25:57
回答 1查看 418关注 0票数 0

我的pylinter设置是:

代码语言:javascript
复制
{
    // When versbose is 'true', various messages will be written to the console.
    // values: true or false
    // "verbose": false,
    // The full path to the Python executable you want to
    // run Pylint with or simply use 'python'.
    "python_bin": "somewhere/bin/python",
    // Optionally set the working directory
    // "working_dir": null,
    // Full path to the lint.py module in the pylint package
    "pylint_path": "somewhere/lib/python2.7/site-packages/pylint/lint.py",
    // Optional full path to a Pylint configuration file
    // "pylint_rc": null,
    // Set to true to automtically run Pylint on save
    "run_on_save": true,
    // Set to true to use graphical error icons
    "use_icons": true,
    "disable_outline": false,
    "message_stay": true,
}

但是,当我保存python脚本时,什么也没有发生。

EN

回答 1

Stack Overflow用户

发布于 2016-04-16 22:26:11

你试过使用快捷键吗?

OS X: Command+Alt+z

Linux,Windows: Control+Alt+z

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/29554750

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档