Komodo IDE 6's slow autocomplete problems with Javascript

假如想象 提交于 2019-12-22 05:54:41

问题


I've been trying out Komodo IDE 6 for the last few days. I've always liked Komodo but I'm starting to get annoyed by something:

The autocomplete is way too slow/buggy.

Certain variables just won't give any autocomplete tips. Sometimes you have to backspace the dot and try over and over again.

It also has a hard time giving autocomplete info for an object that has been created using a class in a namespace.

Has anyone else had any problems with these things? Are there any better alternatives?


回答1:


Use JSDoc to add custom autocomplete calltips.



来源:https://stackoverflow.com/questions/4577002/komodo-ide-6s-slow-autocomplete-problems-with-javascript

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