Currently, the completion popup automatically triggers on typing letters (where a cmdlet or a command is expected), but it doesn't trigger when the user types -, e.g. Get-Content -{CARET}
We should make it trigger in that place as well, without need of explicit pressing of Ctrl+Space or Cmd+Space.
Currently, the completion popup automatically triggers on typing letters (where a cmdlet or a command is expected), but it doesn't trigger when the user types
-
, e.g.Get-Content -{CARET}
We should make it trigger in that place as well, without need of explicit pressing of
Ctrl+Space
orCmd+Space
.