答案1
control + shift + p
或cmd + shift + p
和类型包控制:禁用包然后输入sublimelinter
并单击。如果不起作用,则输入anaconda
并单击以禁用
答案2
这些都是 linter 效果,转到首选项 > 软件包设置 > anaconda > Settings-user和添加以下行
{
"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
}