PowerShell Studio Feature Requests

Feature requests, product enhancement ideas, and other product-specific suggestions.

Auto format a multiline line comment paste

owinsloe, Apr. 11, 2019Under Review

Rather than having this on a multiline comment paste

  if ($null -eq $Table)
    {
        <#
Powershell Studio
multiline formatting
that will align all text
at the same location as the
open comment tag, rather
than the first position of
a newline
#>

 

Have it paste like this

  if ($null -eq $Table)
    {
        <#
        Powershell Studio
        multiline formatting
        that will align all text
        at the same location as the
        open comment tag, rather
        than the first position of
        a newline
        #>

 



You must be logged in to make a comment on a feature request. Click here to log in now.