【问题标题】:ST3: sublimelinter-user settings ignoredST3:sublimelinter-user 设置被忽略
【发布时间】:2015-04-14 13:24:15
【问题描述】:

我使用菜单命令更改了“mark_style”,它仍然在下划线中。我已经安装了 pep8 linting、anaconda、gitgutter 等

【问题讨论】:

    标签: python settings sublimetext3 sublimelinter


    【解决方案1】:

    我没有安装 anaconda(但我安装了),它按预期工作!

    Anaconda 还提供 pep8/linting 功能,如果您安装了 SublimeLinter,您应该考虑禁用 anaconda 的 linting 功能。

    这可以通过设置...

    /*
        Set is a false to disable Anaconda Linting totally
    */
    
    "anaconda_linting": false,
    

    更多关于配置 anaconda 的信息:http://damnwidget.github.io/anaconda/anaconda_settings

    实际配置文件: https://github.com/DamnWidget/anaconda/blob/a85b3c505484dfb116470757dadd1e4a9742b276/Anaconda.sublime-settings

    【讨论】:

    • 原来我没有安装 pep8 并使用 anaconda 的 linting 使用轮廓
    • @Nikos 但是你现在禁用了 anacondas linting 功能?
    • 从一开始就是anacond的linting使用了轮廓标记。 Sublimelinter 没有工作,因为我没有 pip install pep08。这就是为什么我的 sublimelinter 用户设置没有得到尊重。我禁用了 anaconda 并安装了 pip08 并且一切正常。基本上你的答案是正确的,因为我的问题的上下文没有完全描述。
    猜你喜欢
    • 2013-11-15
    • 2013-12-25
    • 2019-08-07
    • 1970-01-01
    • 1970-01-01
    • 2013-11-11
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多