What are the different IDE's for PowerShell? Which is the best?
|
5
|
|
|
|
|
|
|
|||
|
|
|
|
I use notepad today. The other tools I've used have been too annoying & too slow to be worth the benefit. I plan to use Graphical PowerShell when v2 is released. |
||
|
|
|
|
The Zeus IDE has syntax highlight and code folding for PowerShell. It can also be configured to provide keyword help for information contained in the MSDN.
|
||
|
|
|
|
The PowerShell V2 CTP (free, from Microsoft) comes with the "PowerShell ISE," which is probably the only place in the world you'll get proper syntax highlighting. It also supports stepwise debugging and breakpoints. In the end, I just use a text editor. If I'm building a new script, I usually just hack it out in the console, then save my history by typing:
Paste this into the text editor and delete the errors, rework into functions, and so on. It's a good way to get started, anyway. |
|||
|
|
|
For what it's worth, I do most of my powershell work in gvim. |
||
|
|
|
|
SAPIEN's PrimalScript has a lot to offer not only for PowerShell but other languages as well. It has snippets, sample scripts, a debugger, a script packager (that supports PoweShell), a database browser and a lot more. You'll need at least the Professional edition to get Powershell support. You can download a 45 day eval copy at primalscript.com. |
||
|
|
|
|
Free options: |
||
|
|
|
|
If you don't mind using a commercial tool, PowerShellPlus Professional(http://www.idera.com/Products/PowerShell/) is probably the best you can get right now. It features an interactive console, an advanced script editor with debugger and a fantastic learning center. The learning center itself is a good enough reason to use PowerShellPlus Professional. |
||||
|
|
|
I've used PowerGUI (powergui.org) and it's pretty slick. I think there's another IDE out there. Try googling. |
||||
|

