VisualStudio 2010 - PowerShell add-in?

Is there a PowerShell Add-Inn for VisualStudio 2010? I just found the VS shell add-in for VS 2005 and 2008 (add-on from 2007)

+8
powershell visual-studio visual-studio-2010 add-in
source share
5 answers

I have StudioShell , PowerGUI VSX , and PowerConsole .

All three have a PowerShell console built into VS.

+4
source share

I installed Power Console from the extension manager.

+3
source share

PowerShell is also part of NuGet.

+3
source share

StudioShell is an interesting project; to manage Studio through PowerShell from Studio.

+1
source share

You can install PowerGUI , then right-click on the _.ps1 file from Visual Studio, click "Open with" .. "and select PowerGUI.

enter image description here

0
source share

All Articles