CodeCompletionScanInterval |
Top Previous Next |
×V4.4Ø
Valid for: SetStartup
Syntax - SetStartup CodeCompletionScanInterval <TimeInSeconds> Where: <TimeInSeconds> is a literal string. Description: Code completion or intellisense is designed to assist users in building commands. Instead of typing out every parameter of a command, EMUE scans each script periodically to pick up things such as variable names and list names. These items are stored and presented as options when typing commands. This option is used to configure how often EMUE scans the script.
Sample: The following statement sets the scan interval to seconds. SetStartup CodeCompletionScanInterval "10"
See Also: |