Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Sublime3 中设置早期输入单词的自动完成功能?例如,当我在记事本中输入内容时,如果第一个符号匹配,我就会弹出窗口。我可以在 sublime 3 中做这样的窗口吗?
谢谢
打开Preferences -> Settings - User并添加以下行:
Preferences -> Settings - User
"auto_complete_selector": "source, text",
保存文件,无论您是编码 ( source)、输入纯文本还是使用 HTML 或任何其他标记语言,如 XML、Markdown、reStructuredText、LaTeX 等 ( text),您都应该做好准备。
source
text