ant-druha / intellij-powershell

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

Parser: add support for the null-coalescing operator #217

Closed ForNeVeR closed 6 months ago

ForNeVeR commented 6 months ago

This operator has been introduced in PowerShell 7 it seems.

Closes #184.