-AutoCompleteOptions
It is the command window variant of the AutoCompleteOptions command.
To set options for automatic completion of commands:
- Type -AutoCompleteOptions at the command prompt.
- Specify options:
- List Display. Specifies whether a suggestion list of valid command names is displayed as you type. This list appears above the command prompt or below the Quick Input box near the pointer.
If you turned on the display of the suggestion list, specify more options:
- Aliases. Specifies options related to alias commands:
- Specify whether to include alias command names in the suggestion list.
- If you specified to include alias command namess, specify whether to display the aliased command name in brackets behind the alias name.
- Delay. Sets a delay time (in milliseconds) which passes before the suggestion list displays.
- Midstring. Specifies whether to browse all command names for occurences of the string you type at any location within the names. Otherwise the suggestion list displays the names that begin with the characters you typed.
- Aliases. Specifies options related to alias commands:
- List Display. Specifies whether a suggestion list of valid command names is displayed as you type. This list appears above the command prompt or below the Quick Input box near the pointer.
- Press Enter.
Access
Command: -AutoCompleteOptions
Related Topics