Opening JavaScript Types

The JavaScript Open Type functionality allows you to search for any JavaScript type in your workspace and opens an editor with the type's declaration.

 

 

Instructions on how to complete a procedure

To open a JavaScript Type:

  1. Click the Open JavaScript Type icon on the toolbar.
    The Open JavaScript Type dialog will open.

  2. Enter the first few letters of the class which you would like to open. (You can also use wildcards such as  * or ?, or camel case.)
    The list of available types will be filtered to match the expression you are entering.

Note:

If you have previously opened a Type which matches your expression, this will be displayed first above a separator line.

  1. Select the required class and click OK.

An editor will open with the required class's declaration.

 

 

Related Links

Related Links:

JavaScript Support

Developing with JavaScript
Enabling JavaScript Support in PHP Projects

Setting the JavaScript Build Path

Viewing JavaScript Elements in the Outline View

Using JavaScript Content Assist

Using JavaScript Mark Occurrences