PowerShell integration for Visual Studio
Перейти к файлу
microsoft-github-policy-service[bot] 13ccfe8f8c
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2022-11-28 19:14:40 +00:00
Build Fix Dev12 may be able to install on Dev14 2015-09-17 10:58:50 -07:00
Icons Update icons from UX 2015-02-26 12:01:40 -08:00
PowerShell.HostService.Console Fix comments. 2015-05-06 17:15:13 -07:00
PowerShellTools Merge branch 'dev' of https://github.com/Microsoft/poshtools into dev 2015-09-17 10:58:55 -07:00
PowerShellTools.Contracts Change to use out of proccess powershell, added parameter window 2015-08-30 19:07:37 +02:00
PowerShellTools.Explorer Disabled common parameters for unsupported command types 2015-09-06 17:12:15 +02:00
PowerShellTools.HostService Merge pull request #703 from adamdriscoll/dev 2015-09-16 16:42:39 -07:00
PowerShellTools.HostService.UnitTest Fix Bitness execute, and rename of manh instances of powershell to PowerShell 2015-05-27 02:11:32 -07:00
PowerShellTools.HostService.x86 Merge pull request #703 from adamdriscoll/dev 2015-09-16 16:42:39 -07:00
PowerShellTools.Module Fixing indenter. Adding PoshTools module. Fixing some stuff in the test adapater. Adding PoshTools profile support. 2014-06-29 10:31:02 -05:00
PowerShellTools.PublicContract Name changes for projects and folders 2015-04-30 14:28:11 -07:00
PowerShellTools.Test Merge pull request #703 from adamdriscoll/dev 2015-09-16 16:42:39 -07:00
PowerShellTools.TestAdapter Should set private to false 2015-07-06 11:32:52 -07:00
PowershellTools.Common Merge pull request #703 from adamdriscoll/dev 2015-09-16 16:42:39 -07:00
ReplWindow Added in the missing strings for our two key binding editor tables. 2015-07-30 10:40:27 -07:00
TestSuites Formating 2015-06-03 14:14:08 -07:00
ThirdParty Adding missing files. 2013-03-04 21:00:51 -06:00
packages Add the file 2014-12-17 17:46:01 -08:00
.gitattributes Attributes 2013-03-04 21:03:10 -06:00
.gitignore Modifies a string, fixing a typo, and adds some Dev14 files to .gitignore 2015-03-17 05:29:34 -07:00
LICENSE Remove file extension from license file name 2014-01-27 14:48:00 +01:00
PowerShellTools.sln Initial commit 2015-08-18 12:22:31 +02:00
README.md Update README.md 2015-04-23 07:20:02 -05:00
SECURITY.md Microsoft mandatory file 2022-08-15 21:16:47 +00:00
appveyor.yml Cleanup 2015-06-04 19:18:43 -07:00
build.cmd build script defaults to build Dev12 with 14.0 specified as parameter, it will build Dev14 2015-02-10 12:13:09 -08:00
setenv.cmd Use Dev12 MSbuild 2015-02-09 13:59:40 -08:00

README.md

PowerShell Tools for Visual Studio

PowerShell integration for Visual Studio.

Build status of adamdriscoll/poshtools:
Build status of microsoft/poshtools: Build status (What's this?)

More information on Adam Driscoll's blog. To download the VSIX, please visit the Visual Studio Gallery.

PowerShell Tools for Visual Studio currently offers the following features.

Script Editor Enhancements

Syntax Highlighting with customizable fonts and colors

IntelliSense for variables, cmdlets and arguments

Project System

PowerShell Project Template

PowerShell MSBuild Project Options

Debugging

Breakpoint and Breakpoint Pane Support

Stepping

Locals Support

Call Stack Support

Data Tips

Testing

Pester Test Adapter