ant-druha / intellij-powershell

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

More thorough support for newlines across the grammar #258

Open ForNeVeR opened 4 months ago

ForNeVeR commented 4 months ago

For context, see #236.

Should fix #182.

Closes #236 (as superseded).

TODO:

ForNeVeR commented 2 months ago

Folding / expand selection difference (folding.ps1). Main: image

PR: image

Trailing spaces are no longer considered a part of the block. This is incorrect and we'll need to fix it somehow before merge.