How to add PHP support in Visual Studio 2010?

I don’t like to break up the development environment, but I create projects for clients that use both .NET systems and Apache-based systems. This means that I have to split my time between Visual Studio for .NET and Dreamweaver or another IDE for working on PHP. I do not want to use two IDEs - I would prefer to build all in one.

I prefer VS to support intellisense. It is also easier to track JavaScript errors used between two different projects when the syntax coloring is consistent - each IDE colors the text a little differently, making the same file in different environments different.

Besides VS.Php , what solutions exist to add PHP support to the Visual Studio development environment? VS.Php looks promising, but I do not want to spend money on something that may or may not satisfy my need. Since PHP itself is free, I wonder if someone has bothered to build a free extension that offers the same support. Is it possible? Or should I just bite the bullet and go with VS.Php?

+6
php visual-studio-2010 ide
source share
2 answers

VS.PHP is what I use

Comes with a free trial and adds support for VS.

+3
source share

WebMatrix is a free Microsoft product.

Although it does not offer a plug-in mechanism for Visual Studio, it should give you a lot of what you and others are looking for.

screenshot

+1
source share

All Articles