PowerShell: Name Completion
PowerShell Name Completion
Press Tab to complete names, press Tab again to switch to next choice.
For example, type get-
then press
Tab.
Completion work on option names too.
For example, type help dir -e
then Tab.
Press Ctrl+Space to list possible completions. After that, you can use arrow keys to select.
