PowerShell Studio Feature Requests

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

Allign value variable

Aleksandr_2019, Dec. 16, 2019Under Review

is it possible to align the values ​​of a variable when using newline wrapping "` "

 

Now

$variable = "test0", "test1", "test2", "test3"`

 "test4", "test5", "test6", "test7"`

 "test8", "test9", "test10", "test11"

 

Make

$variable = "test1", "test2", "test3", "test4"`

                     "test5", "test6", "test7", "test8"`

                     "test9", "test10", "tes11", "test12"

 

p.s. sorry my english :)



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