Using auto-completion
When you type in the Edit window, a list of possible member names appear. For example, when you type item, a list appears with the member choices for item. If you type item.add, a list appears with the member choices for item.add.
If item is a class name, the list that appears in the Edit window contains static members. If the item is a field, local variable, this, or super, the list that appears in the Edit window contains non-static members.
- Select a field or method name from the list.
- Use the UP and DOWN arrow keys to move the cursor.
- Press ENTER.
Tip: You can also double-click a field or method name in the list. The BlackBerry® IDE will insert the field or method name that you select in the Edit window, into the location of your cursor.