Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS2010 Plugins/Extensions for developing for Powershell?

I've googled for awhile now and I'm not finding exactly what I'm looking for (if they're even out there).

I'm looking for a project template for writing Cmdlet and PSCmdlet snap ins as well as a plug in for writing ps1 scripts. I'm also open to trying any other dev tools for Powershell that you may recommend.

Where can I find these and other dev tools for Powershell?

like image 782
Corey Ogburn Avatar asked Oct 10 '22 14:10

Corey Ogburn


2 Answers

Have a look at PowerGUI VSX - http://powerguivsx.codeplex.com/

http://poshoholic.com/2010/06/20/powergui-visual-studio-is-now-in-beta/

like image 100
manojlds Avatar answered Oct 18 '22 13:10

manojlds


I personally like the MS Powershell Editor that comes installed with the standard SDK. Alternatively, PowerGUI is a good one too. It also has VS 2010 Extension

Also look at PowerConsole extension that lets you run PS commands within VS.

like image 26
Mrchief Avatar answered Oct 18 '22 13:10

Mrchief