0

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?

rioV8
  • 24,506
  • 3
  • 32
  • 49
Neo
  • 5
  • 5

1 Answers1

0

The right arrow key completes the command.

jmiller
  • 16
  • 1