Specify the display of member lists using the Tools, Options, Text Editor, LDL+, General, Auto list members check box.
Using member lists
When a class name is appended with a period (.), a list of context-sensitive member items is displayed in the Logic Editor document window.
You can use the List Members command from the Intellisense submenu of the Edit menu to force display of a member list.
Navigate through a member list using the scroll bar, or the UP/DOWN ARROW keys. Shortcut to a particular item by typing the first few letters of its name.
Press ENTER, TAB, or double-click a member list item to insert its name into the logic.
Press ESC or click outside the list box to close the member list.
The following items are displayed in the member list, depending upon the current cursor position:
Cursor position |
Member list items |
---|---|
Start of a line | Logic commands, attributes, and methods in scope |
After a period (.) | For class names, attributes in the identified class |
At any other position | Context determined unqualified variables or command options |