【发布时间】: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