Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 442
makerofthings7 Avatar asked Feb 25 '23 00:02

makerofthings7


1 Answers

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

like image 190
ravikanth Avatar answered Apr 26 '23 23:04

ravikanth