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 P开发者_如何学运维owershell that you may recommend.
Where can I find these and other dev tools for Powershell?
Have a look at PowerGUI VSX - http://powerguivsx.codeplex.com/
http://poshoholic.com/2010/06/20/powergui-visual-studio-is-now-in-beta/
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.
精彩评论