Create JavaScript profile

  1. Select the menu item Window > Preferences... to open the workbench preferences.
  2. Select the Spket > JavaScript Profile preference page to display the installed JavaScript Profiles.
  3. Click the New.. button. In the Name field, type ExtAIR as the name for the new profile. Then click OK.
  4. Click the Add Library button. From the Library drop-down list, select AIR. Then click OK.
  5. Select profile ExtAIR then click the Add Library button. From the Library drop-down list, select ExtJS. Then click OK.
  6. Click the Add File button, choose ext.jsb which can be found in Ext source folder
  7. Select the ExtAIR profile created in step 3, click the Default button make it the default profile for all project. The default profile can also be configured per project by using Configure Project Specific Settings... link.
  8. Click on OK to save the preferences.

profile

Start coding

  1. From the menu bar, select File > New > File
  2. In the File name field, type test.js as the name for the new file. Then click Finish.

code completion