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

Slim
  • 1,708
  • 5
  • 37
  • 60
ksemeks
  • 1,778
  • 3
  • 15
  • 17

3 Answers3

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

Abdel Raoof Olakara
  • 19,223
  • 11
  • 88
  • 133
  • Another problem: it doesn't work for me, and neither for ExtJS 3.2.0. I followed this tutorial, http://bit.ly/aUF9WW, but I don't get code completion. – ksemeks May 25 '11 at 08:23
  • 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 http://forums.spket.com/. I feel its some config issue that you are having – Abdel Raoof Olakara May 25 '11 at 08:38
  • I'm currently developing ExtJS integration with JSDT: http://zulus.github.com/extjs-eclipse/ – zulus Apr 03 '13 at 18:59
  • 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. – 1-14x0r Jul 01 '15 at 21:38
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...

efirat
  • 3,679
  • 2
  • 39
  • 43
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."

Andy
  • 11
  • 1