Page 1 of 1

Powershell Studio 2014 4.1.75 - Feedback on autoformatting

Posted: Fri Jan 09, 2015 3:41 pm
by toreador
First off, love the product. It's awesome and saves me tons of time.

Wondering if it would be possible to tweak the autoformatting to detect when breaking up a long object statement to multiple lines for readability so that it lines up the members under the object like this:

$objectname`
.membername`
.nextmember`
.etc

Right now autoformatting removes the indents.

Thanks!

T

Re: Powershell Studio 2014 4.1.75 - Feedback on autoformatt

Posted: Mon Jan 12, 2015 10:32 am
by davidc
Indentation usually depends on how far nested the line is within brackets, but the code should not indent line continues that are located in the middle of text (such as a member). That will be resolved in the next service release.

David