Powershell Studio 2014 4.1.75 - Feedback on autoformatting

Anything you want to tell us? Praise? Criticism? Post it here. Please keep it professional and constructive.
Forum rules
Do not post any licensing information in this forum.
This topic is 9 years and 2 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
toreador
Posts: 7
Last visit: Tue May 05, 2015 3:50 pm

Powershell Studio 2014 4.1.75 - Feedback on autoformatting

Post 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
User avatar
davidc
Posts: 5913
Last visit: Mon Jul 08, 2019 8:55 am
Been upvoted: 2 times

Re: Powershell Studio 2014 4.1.75 - Feedback on autoformatt

Post 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
David
SAPIEN Technologies, Inc.
This topic is 9 years and 2 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked