vote up 1 vote down star

Has anyone found a plugin for Visual Studio to allow for PowerShell syntax highlighting or intellisense? If not, does anyone have any idea why not? I keep hoping someone else with copious free time would have tackled this by now. I have hope since other folks have managed to take the limited documentation and build custom intellisense providers for other languages such as NHaml.

Edit: To clarifiy,I'm not looking for a list of IDEs that can be used to develop powershell. I spend 90% of my day in Visual Studio. It already does a really good job of slicing and dicing code. That is the IDE I prefer to use to edit all text and code. The lack of powershell syntax highlighting now that I work with powershell scripts is down right painful.

flag

50% accept rate
There has been talk of a PowerShell based build environment for upcoming versions of Visual Studio, but there is no current integration. – Steven Murawski Nov 7 '08 at 13:24

4 Answers

vote up 1 vote down check

There's a plug-in on CodePlex: http://ps4vs.codeplex.com/.

link|flag
vote up 2 vote down

I have not seen anything about Visual Studio Intellisense for PowerShell scripts.

I recommend you to try some other tools like:

Look this screen cast:

link|flag
vote up 1 vote down

That doesn't have everything you need, but it's the closest I know:

VS Command Shell

Check out these IDE's too:

Powershell Analyzer

Powershell 'IDE'

link|flag
vote up -1 vote down

Duplicate of Best IDE for Powershell?

link|flag
Actually, I was asking specifically for a Visual Studio solution or a time frame for when a VS solution would show up. I am not interested in other IDEs – Brian Adams Nov 7 '08 at 14:38

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.