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

1.5k views Asked by At

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??

2

There are 2 answers

1
ravikanth On BEST ANSWER

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

0
Brian Butler On

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.