ant-druha / intellij-powershell

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

Bug: Redundant multi line comment closing sequence added when user adds newline #183

Closed grzegorz-wolszczak closed 6 months ago

grzegorz-wolszczak commented 7 months ago

When user tries to add new line while being inside multiline comment, redundant closing commend sequences (#>) are added.

Image illustrating the problem.

rider_multiline_comment issue