Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top