Use this dialog to insert a call, variable, or other identifier to your code editor. The dialog lists the available identifiers that can be used from the current code scope.

Object list

Lists the objects containing identifiers that you can insert into the code. Click the plus sign next to an object to see its methods and properties.

Name

Lists the names of the available symbols.

Type

Lists the data types of the available symbols.

Symbol

Shows the name of the symbol that will be inserted into the code at the location of the cursor. To change the name of the identifier, type a new name here.

Description

Shows a description of the symbol.

Full Path

Click here to reference the symbol by its absolute location in the ATEasy code.

Paste

Click here to insert the symbol at the location of the cursor.