You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PSAlignAssignmentStatement: The authors recommend this for readability and the auto-formatting in VS Code takes care of this when powershell.codeFormatting.alignPropertyValuePairs is enabled.
Readability.
In C#, this mostly would mostly apply to object/collection initialization, but it's not that frequent (I don't know if there's an option to do the same, but I haven't checked either).
For PS scripts, this is very common - multiple instances (with up to 6-8 parameters) in a script of even just a couple dozen lines due to parameter splatting.
Uh oh!
There was an error while loading. Please reload this page.
Factored out from #16.
PSAlignAssignmentStatement: The authors recommend this for readability and the auto-formatting in VS Code takes care of this when
powershell.codeFormatting.alignPropertyValuePairs
is enabled.Jira issue
The text was updated successfully, but these errors were encountered: