VisualStudio 2010 - PowerShell 加载项?
是否有适用于 VisualStudio 2010 的 PowerShell Add-Inn? 我只找到了 VS 2005 和 2008 的 VS Command Shell 插件(2007 年的插件)
Is there any PowerShell Add-Inn for VisualStudio 2010?
I only found the VS Command Shell Add-In for VS 2005 and 2008 (Add-In from 2007)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
我有 StudioShell,PowerGUI VSX 和 PowerConsole。
这三者都在 VS 中嵌入了 PowerShell 控制台。
I have StudioShell, PowerGUI VSX, and PowerConsole.
All three have a PowerShell console embedded in VS.
我从扩展管理器安装了电源控制台。
I installed Power Console from the extension manager.
PowerShell 控制台也是 NuGet 的一部分。
PowerShell console is also part of NuGet.
StudioShell 是一个有趣的项目;用于从 Studio 内通过 PowerShell 操作 Studio。
StudioShell is an interesting project; for manipulating Studio via PowerShell from within Studio.
您可以安装PowerGUI,然后右键单击
_.ps1
从 Visual Studio 中打开文件,单击“打开方式...”,然后选择 PowerGUI。You could install PowerGUI, then right click on the
_.ps1
file from Visual Studio, click on "Open With...", and select PowerGUI.