具有智能感知功能的 Powershell 编辑器可以嵌入到我的程序中吗?
我有一个 C# 应用程序,希望允许人们在我的应用程序中编写 powershell 代码。
有谁知道有符合要求的具有智能感知功能的 powershell 编辑器吗?
I have a C# application and want to allow people to write powershell code within my app.
Does anyone know of a powershell editor with intellisense that fits the bill??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这里选择PowerGUI。查看 http://powerguivsx.codeplex.com/ 并了解如何在 Visual Studio 中使用 PowerGUI。
PowerGUI is the choice here. Check out http://powerguivsx.codeplex.com/ and see how PowerGUI is used within Visual Studio.
您可能想查看 PowerSE (http://www.powerse.com),它是免费的。但是,还有一个 OEM 版本,它允许您挂钩编辑器来编辑/调试 PowerShell 命令。然后获取命令文本,以便在应用程序的上下文中存储和执行。
You might want to check out PowerSE (http://www.powerse.com), it's free. But, there is also an OEM version, which allows you to hook in the editor to edit/debug the PowerShell commands. then get the command text back for storing and executing within the context of your application.