In VSCode PowerShell, when I type a command (say myprogram), it prompts me with a history in gray colored text, like below:
myprogram 'c:\path\to\file' -someopt
But TAB seems not working here. What keyboard shortcut should I use here to autocomplete?