PSISEToggleOutliningAddon

PowerShell Module to implement an Add-On for the ISE to toggle the expand/collapse of expandable sections in all open files

Installation

To install the Add-on follow one of the following options:

WMF 5.0

WMF 4.0

Automate the registration of the Add-on at ISE Startup

To automatically install this add-on everytime the ISE is started use these steps:

Functions

Install-ISEToggleOutliningAddon

This function is used to install the Add-on within the ISE. Add this to your profile script to automate this at start up.

Invoke-ISEToggleOutliningAllFiles

This function is used to implement the functionality of the Add-on. From within the ISE when you use the menu item or keyboard shortcut keys this is the function that is called. You can call this function directly however this would defeat the purpose of the shortcut keys.

Versions

Unreleased

1.0.0.0

Contributing

If you are interested in contributing please check out common DSC Resources contributing guidelines. These are the standards I try and adopt for my work as well.

License

This module is released under the GNU General Public License 3.0