pscoder: PowerShell plugin for Eclipse
Posted by Johan Cyprich on 04 Feb 2009 | Tagged as: Applications
Now that I’m using PowerShell more, I’m looking for a good editor for it. The GUI editor that comes with PowerShell 2.0 is ok, but it only works well with editing one document at a time. If you have multiple libraries and modules, it may be difficult managing your project.
The first place I looked was finding a plugin for Eclipse, and found pscoder. This is an open source plugin from Google Code. The plugin is very basic, but it does colour code the source and has comment/uncomment hot key support. Its still a work in progress, but so is the GUI editor from Microsoft.
You can download pscoder at code.google.com/p/pscoder.
| Related posts: | |
|
|
Share this post:
Follow Me:
Did you find this post interesting and useful? You can keep up to date on this blog by subscribing to my RSS feed, or you can have new posts sent to you by e-mail. You can also follow me on Twitter.
2 Comments »
Tweet This Post!
















on 05 Feb 2009 at 12:17 am 1.karl prosser said …
have you tried PowerShell Plus, or Powershell Analyzer?
on 06 Feb 2009 at 12:03 pm 2.Johan Cyprich said …
Not yet, but I’ll take a look at it. Eclipse is ok, but not a great solution … but better than Notepad.
Thanks.