control + shift + p
またはcmd + shift + p
と入力してpackage control:disable packageと入力し、次にsublimelinter
と入力してクリックします。それが機能しない場合は、anaconda
と入力し、クリックして無効にします
これらはすべてリンターエフェクトです、goto 設定>パッケージ設定>アナコンダ>設定-ユーザーおよびこれらの行を追加
{
"anaconda_tooltip_theme": "tooltip",
"anaconda_Gutter_marks": true,
"anaconda_Gutter_theme": "none",
"anaconda_linter_underlines": true,
"python_interpreter": "python3",
"anaconda_linting_behaviour": "save-only", // Don't Want to see these if you are writing
"anaconda_linting": false //disable permanently
}