ant-druha / intellij-powershell

Adds PowerShell language support to IntelliJ-based IDEs.
https://plugins.jetbrains.com/plugin/10249-powershell
Apache License 2.0
73 stars 20 forks source link

Automatic completion popup on typing `-` #173

Open ForNeVeR opened 11 months ago

ForNeVeR commented 11 months ago

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.