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

Multiline comment inserts extra # > even if I already have closing tag #252

Closed AdamLeMmon01 closed 4 months ago

AdamLeMmon01 commented 4 months ago

When I add a multiline PowerShell comment, and then add a new line in the middle, an extra character is added automatically.

I end up with this:


<#
    .SYNOPSIS
        Some text
    # > # <- this keeps getting added each time I try to add a new line
    # >
#>
ForNeVeR commented 4 months ago

I think this is a duplicate of #183. That is already closed, but the fix is not yet released; I am preparing some final patches for the upcoming release. If everything goes as planned, it should be available in a few days.

ForNeVeR commented 4 months ago

But now wait a minute. The fix is supposed to be in 2.5.0, already released. What plugin version do you use?

AdamLeMmon01 commented 4 months ago

I updated to the latest plugin version today and this appears to be fixed. Thanks. We can close this out