ExtJS 3.4 的 Aptana 3 代码辅助
我正在使用 Aptana 3.07,我需要 ExtJS 3.4 的代码帮助。
我已经尝试过 SPKET 解决方案,但我似乎无法充分利用它。以下示例演示了这一点。
示例
Line 1: var win = new Ext.Window();
Line 2: win.show();
在上面的示例中,第一行提供代码辅助。然而,当我在第二个输入“win.”时,没有可用的建议。
我在 SPKET 编辑器的配置过程中包含了“Ext-all.js”。
我还应该做些什么,或者有其他方法可以在 Aptana 中实现 ExtJS 代码帮助吗?
谢谢。
I am using Aptana 3.07 and I want code assist for ExtJS 3.4.
I have tried the SPKET solution, but I cannot seem to be able to take full advantage of it. The following example demonstrates this.
Example
Line 1: var win = new Ext.Window();
Line 2: win.show();
In the above example, the first line offers code assist. However, when, at the second one, I type "win.", no proposals are available.
I have included "Ext-all.js" during the configuration of the SPKET editor.
Is there anything else that I should do or is there any other way of achieving ExtJS code assistance in Aptana?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我的一篇文章,其中包含如何在 Aptana 中为 ExtJS 制作代码辅助的教程!
链接在这里
编辑:这篇文章现在已经很老了,程序已经发展了。在这里您可以找到链接 有关如何在 Aptana 和/或 Eclipse 中为 Sencha 产品添加代码辅助的更新源。
This is a post of mine with a tutorial of how to make code assist for ExtJS in Aptana!
link here
Edit: The post is very old now and programs have evolved. Here you can find a link to an updated source of how to add code assist for Sencha products in Aptana and/or Eclipse.