简体   繁体   中英

How to remove a specific suggestion from Atom Editor autocomplete

I deleted an attribute attribute1 from a class.

Atom autocomplete keeps suggesting the text "attribute1" when I type "attribute", which leads to syntax errors.

How do I remove "attribute1" from the possible suggestions?

如果建议不是默认建议,请确保您当前打开的项目中的其他任何地方都没有错别字,然后重新启动 atom。

Atom's autocompletion package reads words from opened files into runtime TextBuffer, futher uses it when autocompletion wanted.

To remove wrong suggestion from autompletion just remove it from files you have opened.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM