Download qooxdoo

Only qooxdoo 0.8 is support, download qooxdoo SDK and unzip it.

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 qooxdoo as the name for the new profile. Then click OK.
  4. Click the Add Library button. From the Library drop-down list, select qooxdoo. Then click OK.
  5. Click the Add Folder button, choose the folder.
  6. Select the qooxdoo 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.
  7. Click on OK to save the preferences.

profile

Features

Code assist

Code assist The code assist list all the built-in class with full documentation.

Code assist for properties

config option The code assist will list all the properties and where it was defined.

Open declaration

config option Select qooxdoo function, use the Ctrl+Click combination or F3, you can jump to the qooxdoo source code, help you to learn how qooxdoo works.