【问题标题】:Sublime Text 3.2.1: How do I get rid of these popups as I type?Sublime Text 3.2.1:我如何在输入时摆脱这些弹出窗口?
【发布时间】:2021-09-15 03:50:10
【问题描述】:

The popups 为我输入的任何内容提供上下文帮助。我发现它们会分散注意力,而且它们经常使我在输入时正在查看的代码变得模糊。

这些是我当前的 Sublime Text(特定于语法)设置:

// These settings override both User and Default settings for the JSON syntax
{
    "translate_tabs_to_spaces": true,
    "show_definitions": false,
    "auto_complete_delay": 100,
    "open_files_in_new_window": false,
    "auto_complete_commit_on_tab": true,
}

【问题讨论】:

  • 你在使用 anaconda 吗?
  • 如果这可能有助于您的搜索,可以肯定这些被称为工具提示。

标签: sublimetext3


【解决方案1】:

将这些添加到设置中

"enable_signatures_tooltip": false,
"enable_docstrings_tooltip": false

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2021-12-28
    • 1970-01-01
    • 2021-07-25
    • 2019-03-05
    • 1970-01-01
    • 2021-04-03
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多