As you type commands, the Tcl Console auto-complete feature attempts to complete the name of
the command or command parameters. For example, the following figure shows a list of
commands that match the entry: create_
. From the auto-complete list,
you can:
- Click a command to select it.
- Use the up or down arrow key to scroll to the command, and press Enter to select it.
- Continue to type until the auto-complete feature narrows the command to one choice, and press the Tab key to select it.
After you select a command, the Tcl Console attempts to auto-complete any arguments of the command. You can select from the auto-complete list as described above.
Figure 1. Auto-Completion of Tcl Commands