VJET search tab
This tab in the Search dialog allows you to search for JavaScript elements.
To show the tab invoke Search > Java or you can use shortcut: Ctrl + H .
Search string
In this field, type the expression for which you wish to search, using the wildcard characters mentioned in the dialog as needed.
This field is initialized based on the current selection.
- Depending on what is searched for, the search string should describe the element:
- Type: the type name (may be qualified or not).
Examples:
- org.eclipse.dltk.javascript.core.JSElement
- MyClass.Inner
- foo
- Method: the defining type name (may be qualified or not as for Type search, optional), the method selector and its parameters (optional).
Examples:
- org.eclipse.dltk.javascript.core.JSElement.getName()
- equals(Object)
- foo
- Field: the defining type name (qualified or not as for Type search, optional) and the field name.
Examples:
- org.eclipse.dltk.javascript.core.JSElement.name
- foo
- From the drop-down menu, you can choose to repeat (or modify) a recent search.
Select the Case sensitive field to force a case aware search. Case sensitive is enabled when a custom search
string is entered.
Search For
Select to search for one of the following kinds of elements:
Limit To
Select to limit your search results to one of the following kinds of matches:
- Declarations
- References
- All Occurrences
Scope
Select to limit your search results to one of the following scope
- Workspace
- Selected resources
- Enclosing Projects
- Working Set
Press Choose to select or create a working set.
