开发者

Powershell editor with intellisense that I can embed into my program?

开发者 https://www.devze.com 2023-02-13 11:04 出处:网络
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 intellise开发者_如何学Gonse that fits the bill??PowerGUI is the c

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 intellise开发者_如何学Gonse that fits the bill??


PowerGUI is the choice here. Check out http://powerguivsx.codeplex.com/ and see how PowerGUI is used within Visual Studio.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消