简体   繁体   English

Atom错误的自动完成

[英]Atom wrong autocomplete

Been using atom a lot but have started getting this annoying autocomplete issue today, in javascript when I do a promise like following, it tries to autocomplete when i just want a new line. 一直在使用原子很多,但今天已经开始得到这个烦人的自动完成问题,在javascript中当我做了一个像下面的承诺时,它试图自动完成,当我只想要一个新的行。

Example: var promise = proCol.orderBy('order').get().then(query => {$sceDelegate}) 示例: var promise = proCol.orderBy('order').get().then(query => {$sceDelegate})

I don't think I have ever use $sceDelegate before 我认为我之前没有使用$sceDelegate

Seems to be when I type => {} it does to complete it when I always want a new line and not some odd variables it thinks I want. 似乎是在我键入=> {}它确实完成它,当我总是想要一个新行而不是它认为我想要的一些奇怪变量时。 Finding it extremely annoying to when I am coding all day and this happens very often. 当我整天编码时发现它非常烦人,这种情况经常发生。

If anyone could help me out I would it would be amazing 如果有人能帮助我,我会很惊讶

I get the same thing. 我得到了同样的东西。 It was from a recent package that I installed called Angularjs. 这是我最近安装的名为Angularjs的软件包。 $sceDelegate is Angular so I disabled the package for now and now it doesn't annoy me either. $ sceDelegate是Angular所以我现在禁用了包,现在它也不会让我烦恼。 Check to see if you have an AngularJS package installed. 检查是否安装了AngularJS软件包。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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