Komodo IDE 6 的 Javascript 自动完成速度缓慢问题
过去几天我一直在尝试 Komodo IDE 6。 我一直很喜欢 Komodo,但我开始对某些事情感到恼火:
自动完成速度太慢/有问题。
某些变量不会给出任何自动完成提示。有时你必须退格点并一遍又一遍地尝试。
它也很难为使用命名空间中的类创建的对象提供自动完成信息。
还有其他人遇到过这些问题吗? 还有更好的选择吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 JSDoc 添加自定义自动完成调用提示。
Use JSDoc to add custom autocomplete calltips.