FireCMD provides command auto-completion feature which can save your time. By default, a popup is displayed for command names which are larger than 3 characters. Though you can trigger auto-completion anytime using shortcut Ctrl+E.
| Key | Action |
|---|---|
| Enter | Completes the command name with currently selected item in the popup. |
| Tab | Completes the command name with currently selected item in the popup. (Same as Enter) |
| Esc | Closes the popup. |
| Ctrl+E | Shows completion popup. |
| Ctrl | Closes the popup. (Same as Esc) |
| Alt | Closes the popup. (Same as Esc) |
You can specify your own words for which you want auto-completion facility by editing the "ac" file which is present in the application's directory. Just change your directory to the application directory (generally "C:\Program Files\FireCMD"), type edit ac in FireCMD shell and press enter to open the ac file for editing in FireTXT text editor.