This is a Visual Studio Code extension developed by Alex Heimbuch to replicate the functionality of the PowerShell ISE Command Pane, providing a convenient interface for browsing and building PowerShell commands.
The PowerShell Commander extension allows you to:
- Browse available PowerShell modules and commands directly within Visual Studio Code.
- View detailed information about each command, including its parameters and their types.
- Build PowerShell commands directly from the command pane.
To use this extension, you need to have:
- Visual Studio Code installed.
- PowerShell installed and available in your system's PATH.
This extension contributes the following settings:
powershellModuleBrowser.enable
: Enable/disable this extension.
Please report any issues you encounter while using this extension on the project's GitHub page.
Added clear button to command builder form
Fixed issues with the way commdlets are processed
Initial release of PowerShell Commander.
Enjoy using PowerShell Commander!