Eclipse 的 jQuery 代码辅助
我正在使用 Eclipse PDT Helios v3.6 我尝试使用 jQueryWTP 插件 @ http://www.langtags.com/jquerywtp/ 我按照安装说明进行了操作。但徒劳无功。 我仍然无法获得代码帮助。 有没有人有更好的运气? 非常感谢您的帮助。
I am using Eclipse PDT Helios v3.6
I have tried using the jQueryWTP plugin @ http://www.langtags.com/jquerywtp/
I did what the Installation notes said. But in vain.
I still am unable to get the Code Assistance.
Has anyone had better luck with this?
Help is greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我刚刚走了同样的路线,我以为我遇到了同样的问题。发现我想我应该更仔细地阅读说明,因为它指出使用“Alt + /”激活代码帮助。
输入 $.e 然后使用“Alt + /”后,代码辅助会循环浏览以“e”开头的可用 jQuery 函数。
I just went down this same route and I thought I had the same problem. Come to find out that I suppose I should have read the directions more closely as it states the code assistance is activated by using "Alt + /".
After typing $.e and then using "Alt + /", the code assist did cycle through the available jQuery functions that start with 'e'.
它对我来说工作得很好,在 jsp 中使用常规代码辅助键(Ctrl-Space)。
我刚刚尝试使用这个 jqueryWTP0.34foCN.jar,遵循所有步骤。
正如您所建议的,这可能是该插件与另一个插件之间的冲突。
It worked just fine for me, with the regular code assitance keys (Ctrl-Space), within a jsp.
I just tried with this one jqueryWTP0.34foCN.jar, followed all the steps.
It's probably a collision between this pluggin and an another one, as you suggested.