JS autocomplete package in ST3 annoying autocomplete list at the end of the line after semicolon

旧街凉风 提交于 2019-12-12 04:23:56

问题


I have some annoying issue with my ST3 JavaScript Completions package. So, whenever I hit space even If I haven't write anything yet I get JS autocomplete list with bunch of different functions and every time when I want to go to the next line I can't because there is that autocomplete list and I need to click esc button first to remove that list and than click enter so I can move on to the next line. It is pretty annoying when code is a bit longer, every time at the end of the line I need to click esc and than enter.

I don't want to remove that plugin, it's quite useful but I haven't this problem until today. I tried to reinstall that package but I still have the same problem.

Is there any way to fix it? I don't want It to show every time just e.g. when I start typing the name of some functions etc.


回答1:


If you visit the package's page on Package Control, you'll see that the package was just updated 2 days ago. I would suggest that you file an issue and explain in detail exactly what you are seeing, with images to demonstrate the behavior. The author of the package is much more able to address this issue than we are.



来源:https://stackoverflow.com/questions/39546050/js-autocomplete-package-in-st3-annoying-autocomplete-list-at-the-end-of-the-line

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!