0

我已经使用包控制安装了 Anaconda 包。

我对包有以下用户设置:

{
    /*
        No Autoformatting
    */
    "auto_formatting": false,
    "autoformat_ignore":
    [
        "E309",
        "E501"
    ],
    "pep8_ignore":
    [
        "E309",
        "E501"
    ],
    /*
        No Linting (this is done by sublinter-flake8)
    */
    "anaconda_linting": false,
    "anaconda_linter_underlines": false,
    "anaconda_linter_mark_style": "none",
    "display_signatures": true,
    /*
        Use anaconda for code completion
        Suppress sublime completions
    */
    "disable_anaconda_completion": false,
    "suppress_word_completions": true,
    "suppress_explicit_completions": true,
    "enable_signatures_tooltip" : true,
    "merge_signatures_and_doc" : true,
    /*
        Others
    */
    "complete_parameters": false
}

安装后anaconda自动完成工作: 在此处输入图像描述

但是在重新启动 sublime text 3 后它停止工作:

在此处输入图像描述

sublime text 3 版本 - 3.2.2 build 3211 您能否帮助了解我做错了什么或需要添加哪些设置才能使其在重新启动后正常工作?

4

0 回答 0