SeeminglyScience / EditorServicesCommandSuite

Collection of editor commands for use in PowerShell Editor Services.
Other
152 stars 13 forks source link

Add refactor to format method invocation arguments #47

Closed SeeminglyScience closed 4 years ago

SeeminglyScience commented 4 years ago

Adds a refactor that formats method arguments. If all arguments are on the same line, the refactor will put every argument on it's own line. If all arguments are on separate lines, the refactor will put every argument onto the same line.