Configure eclipse for Ext Js and spetch IDE plugin

I need to install eclipse for ext js. I downloaded ext js 3 and installed the spket plugin and completed all the steps (setting up javascript profiles) from this website. http://ria.arunkumarm.com/2010/09/setting-up-eclipse-ide-for-extjs-jquery.html

But still I do not see the completion of the code.

I also want to be able to run a very simple example in eclipse. Anyone knows any websites / tutorials that help development in eclipse. I am looking for something like this, this explains everything from the very beginning.

+3
source share
5 answers
+6

JSB , " ":

1. Select "EXT JS" profile -> click "Add Folder" button -> browse to the ExtJS SDK folder which you downloaded, click "Open" .
2. The profile will show all the JS files of Ext SDK, by default.
3. Make default JS profile, then associate default JS Editor
+1
0

:

http://spket.com/extjs.html

NOTE. When you add the update site, you must install all the elements (text editor Spket, Xerces and Spket), otherwise it will not work. Apart from this minor problem, their instructions worked fine.

0
source

All Articles