python - 我怎样才能变得崇高,停止概述我的评论?

标签 python sublimetext3 text-editor

我一直试图让 sublime 停止用 python 概述我的评论,但我遇到了困难。我不确定它是我下载的软件包之一,还是我正在使用的语言。有时很难阅读评论中的内容。我是编程和这个文本编辑器的新手,希望得到任何帮助,谢谢!这是它的样子

enter image description here

我安装的软件包是anacondaDjaneiroEmmetPyV8requirementstxtsidebarenhancementssublimeLintersublimeREPL

最佳答案

由于您安装了 anaconda 软件包,因此您需要添加以下软件包设置:

"anaconda_linting":false

请参阅Anaconda Python IDE docs

There is people that doesn’t care about linting or they just use another plugin to do it, they can completely deactivate this feature setting the anaconda_linting as false in the anaconda or project configuration.

note: imports validation depends of anaconda linting handler so it will not work if anaconda linting is disabled

关于python - 我怎样才能变得崇高,停止概述我的评论?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53728791/

相关文章:

sublimetext3 - 用于在 Sublime Text 3 中移动选项卡的键盘快捷键

sublimetext2 - 如何消除 Sublime Text 项目中的 'remove all folders' 错误

windows - 是否有内置的 Windows 命令行编辑器?

python - Pandas - 将一列中的秒数添加到另一列中的日期时间

sublimetext3 - Sublime Text 3 自动为 MultiMarkdown 文件选择构建系统

python - ImportError:无法在 Keras 中导入名称 '_ccallback_c'

sublimetext3 - 如何将范围分配给 sublime text 3 上下文菜单?

text-editor - Sublime Text 2高亮显示的装订线

python - 在 Python 中处理多个网络接口(interface)

python - 如何在Python中创建无符号字符数组? (对于使用 PyOpenGL 的 glReadPixels)