Home > Software > Development > IDE Visual Studio 2017 > PowerShell Tools

PowerShell Tools logo

Details

Package ID
visualstudio2017-powershelltools
Version
3.0.569
Downloads
804
Website
https://marketplace.visualstudio.com/items?itemName=AdamRDriscoll.PowerShellToolsforVisualStudio2017-18561

Summary

A set of tools for developing and debugging PowerShell scripts and modules in Visual Studio.

Description

PowerShell Tools for Visual Studio - PowerShell editing and debugging in Visual Studio.

Requirements

  • Microsoft Visual Studio 2017
  • PowerShell v3 or later

Overview

PowerShell Tools for Visual Studio brings the richness of the Visual Studio development experience together with the power of PowerShell. Using this extension you can:

  • Edit, run and debug PowerShell scripts locally and remotely using the Visual Studio debugger
  • Create projects for PowerShell scripts and modules
  • Leverage Visual Studio’s locals, watch, call stack for your scripts and modules
  • Use the PowerShell interactive REPL window to execute PowerShell scripts and command right from Visual Studio
  • Automated Testing support using Pester

Details

An improved editing experience offers syntax highlighting, IntelliSense and code folding. You can quickly navigate your scripts with a function selection drop down. A rich debugging experience allows you to execute and single step through local and remote scripts. With support for breakpoints, the locals window and the call stack window you can easily find and fix bugs in your scripts. Support for running utilizing features such as DSC, Workflows and 64-bit modules (e.g. Sharepoint). The PowerShell Interactive Window provides instant execution with IntelliSense and remote session support. A project system is available to organize scripts and easily integrate with source control systems. It also offers a mechanism to provide module information for use in MSBuild scripts. Test adapter support for discovering and running Pester tests.

Comments

Loading comments...