Alias expansion in PowerGUI Script Editor
In a previous post I wrote about the new PowerGUI Script Editor SDK and showed an example of creating a new Toolbar with one command to expand aliases in the code pane. The ExpandAlias command is now available as an Add-on.
The Add-on module creates a new menu item under the Tools menu and assign it a keyboard shortcut (Control+E).
Write some code that contain aliases in the script editor code pane
Click on the ExpandAlias menu item (or press CTRL+E) to expand aliases:
Download the Add-on HERE.