4

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

makerofthings7
  • 60,103
  • 53
  • 215
  • 448

2 Answers2

6

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

ravikanth
  • 24,922
  • 4
  • 60
  • 60
2

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.