Check out PowerShell Tools for Visual StudioNew In 1.5!Features
Requirements
CodePlex site: http://powerguivsx.codeplex.com My blog: http://www.csharpening.net/blog Follow me on Twitter: http://twitter.com/adamdriscoll Script EditorA script editor for PS1 and PSM1 files that provides IntelliSense, Snippet Support, and code collapsing.
Script DebuggingExecute scripts within the IDE. Step through, break and evaluate variables in Visual Studio. In Non-PoweShell Projects press Shift+F5 to start debugging.
PowerGUI PowerShell ConsoleA PowerShell console for executing commands right in the IDE. Access the Visual Studio DTE through the $EnvDTE variable for automating the IDE. PowerShell Project TypeA PowerShell script project type that enables F5 debugging and is dedicated for PowerShell scripts. Automatically sign scripts and create module manifests during a build. |