Plain text autocomplete in Atom (Github)

末鹿安然 提交于 2019-12-03 07:43:27
phw

Actually the autocomplete-plus package should do exactly what you want. By default it looks in the current document, but you can enable "Include completions from all buffers" to get completions from all open buffers.

A few suggestions why it does not work:

  1. Make sure "Enable built-in provider" is activated in the autocomplete-plus settings
  2. The package let's you choose between two "Default Providers", Fuzzy and Symbol. Try both (for me Symbol works fine)
  3. Make sure the file type you use does support autocompletion and is not blacklisted, see this question for details
  4. Maybe the autocomplete package interferes with autocomplete-plus. Try disabling or uninstalling autocomplete
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!