PowerShell Pro Tools
🧾 Changelog 🔑 Purchasing InstallationWhen using the PowerShell Pro Tools extension for the first time, you will be prompted to enter a license if you do not have one already. FeaturesRefactoringQuickly adjust scripts with refactoring commands. RapidSenseRapidSense is the high performance, customizable IntelliSense alternative for PowerShell. It aggressively caches PowerShell elements in an effort to return statement completions quickly. It also allows for ignoring assemblies, types, modules and commands. Automate VS Code
Out-VSCodeGridViewOut-GridView support for VS Code. Pipe your data directly to Out-VSCodeGridView and view it in the VS Code web view. PowerShell: Package As ExecutableThe Package As Executable command creates a new package.psd1 file and invokes the Merge-Script cmdlet from the PowerShell Pro Tools module. You can update the package.psd1 file to change the root script, include modules and configure options like obfuscation and .NET version PowerShell: Show Form DesignerPowerShell Pro Tools provides a stand-alone Windows Forms and WPF Designer that can be opened via VS Code. It will generate designer code and event handlers for your PS1 files. PowerShell: Generate Windows FormGenerate a Windows Form from a PowerShell function. Click here to see this in action. Variable ExplorerView variables currently defined in your session without being in the debugger. AST ExplorerView the AST of the current file. Select nodes and highlight the text in the editor that is associated with that node. PowerShell Module ExplorerView the modules that you have installed on your machine. You will be shown which modules are out of date and can update them right from the window. PowerShell Provider Tree ViewEasily traverse PowerShell Providers and view items within containers. For example, check out the value of variables, functions and the file system. PowerShell: Convert To C#The Convert to C# command uses the ConvertTo-CSharp cmdlet from the PowerShell Pro Tools module. If you select a portion of the code, it will specify the -PowerShellScript parameter of the cmdlet. If you don't have a selection, it will attempt to convert the entire file from PowerShell to C#. CSharp: Convert To PowerShellThe Convert to PowerShell command uses the ConvertTo-PowerShell cmdlet from the PowerShell Pro Tools module. If you select a portion of the code, it will specify the -CSharpCode parameter of the cmdlet. If you don't have a selection, it will attempt to convert the entire file from C# to PowerShell. This command is especially handy with P\Invoke signatures. PowerShell: Preview Universal DashboardThis command opens a new VS Code WebView that contains the running instance of a Universal Dashboard. From your dashboard script, you need to return a new dashboard with New-UDDashboard. PowerShell: Convert to New-UDElementConverts HTML snippets into New-UDElement calls for Universal Dashboard. PowerShell: Profile ScriptYou can profile the performance of your PowerShell scripts. Script timings and call count can be shown within the editor. Quick ScriptsSave and quickly access scripts anywhere in your environment. Quick Scripts are stored globally and are accessible across workspaces. You can view and manage Quick Scripts in the PowerShell Explorer window. Access Quick Scripts by using the Open Quick Script command and entering the name of the script. |