PowerTip: Toggle Outline View in the Windows PowerShell ISE

Doctor Scripto

Summary: Toggle the Outline view in the Windows PowerShell ISE.

Hey, Scripting Guy! Question How can I easily toggle the Outline view in the Windows PowerShell ISE?

Hey, Scripting Guy! Answer Use the ToggleOutlineExpansion method from the editor object of the CurrentFile object from $psise:

$psise.CurrentFile.Editor.ToggleOutliningExpansion()

0 comments

Discussion is closed.

Feedback usabilla icon