ExtJS 3.4 的 Aptana 3 代码辅助

发布于 2024-12-24 17:20:30 字数 367 浏览 3 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

背叛残局 2024-12-31 17:20:30

这是我的一篇文章,其中包含如何在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文