ExtJS 4 code assist
Asked Answered
T

3

9

how can I write ExtJS code in Eclipse with autocompletion and other features? I tried with SpketIDE, but there isn't a ext.jsb2 file in the ExtJS 4 package.

Has anyone done this?

Thanks

Tedie answered 25/5, 2011 at 6:9 Comment(0)
C
7

Refer to this Spket forum post.

The Latest skpet jar is: http://www.agpad.com/downloads/com.spket.js_1.6.18.jar

JSB2 file for 4.0.0 is http://www.agpad.com/downloads/ext-4.0.0.jsb2

Cherycherye answered 25/5, 2011 at 7:25 Comment(4)
Another problem: it doesn't work for me, and neither for ExtJS 3.2.0. I followed this tutorial, bit.ly/aUF9WW, but I don't get code completion.Tedie
I don't use these.. so, I cannot give my experience. The tutorial seems to be for ExtJS 3.2.1. The above files are for the new verions. May be you are having some conflict? try posting a question at forums.spket.com. I feel its some config issue that you are havingCherycherye
I'm currently developing ExtJS integration with JSDT: zulus.github.com/extjs-eclipseTriangulate
also when you define your classes, i found that if you pass the config as a json object it will not pick up on your methods. If you pass the config as a closure with private functions it picks up on these.Lights
A
2

Now, there is an eclipse plugin for ExtJs developed by Sencha Team.

http://www.sencha.com/products/complete-team

here is a video about it: http://vimeo.com/49176749

I didn't use but it looks fine...

Acis answered 19/11, 2012 at 13:3 Comment(1)
Great if you want to cough up $1000 for code completion...WTH?Intrigue
E
1

Look at the docs on the Spke docs: http://www.spket.com/extjs.html

"Click the Add File button, choose sdk.jsb3 which can be found in build folder."

Ens answered 21/12, 2011 at 19:37 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.