从Atom Editor自动完成功能中删除特定建议

时间:2017-06-27 16:26:26

标签: autocomplete atom-editor

我删除了一个属性" attribute1"来自一个班级。

Atom自动完成功能会不断向我提示文字"" attribute1"当我输入"属性"。

这导致语法错误。

我希望删除" attribute1"形成可能的建议。

有可能吗?

2 个答案:

答案 0 :(得分:0)

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

答案 1 :(得分:-1)

我认为你只能关闭autocomplete plus。

转到 1)原子 - >包裹 - >设置视图 - >打开  enter image description here

2)在设置标签中 - >包裹 - >在搜索框中输入“autocomplete”  enter image description here

3)单击自动完成加

的禁用按钮

enter image description here