I don't like splitting up my development environments, but I build projects for clients who use both .NET systems and Apache-based systems. This means I am forced to split my time between Visual Studio for the .NET and Dreamweaver or another IDE for the PHP-based work. I don't want to use two IDEs - I'd much rather build everything in one.

I prefer VS for its intellisense support. It's also easier to track down bugs in JavaScript used between two different projects when the syntax coloring is consistent - every IDE colors text slightly differently, making the same file look different in each environment.

Aside from VS.Php, what solutions exist for adding PHP support to the Visual Studio IDE? VS.Php looks promising, but I don't want to shell out any cash for something that may or may not satisfy my need. Since PHP itself is free, I'm wondering if anyone's bothered to build a free extension that offers the same support. Is this possible? Or should I just bite the bullet and go with VS.Php?

link|improve this question

Arguably belongs on Stack Overflow. It's a corner case, but developers are more likely to know the answer. – CarlF Sep 8 '10 at 16:03
1  
VS.Php actually comes with a 30 days trial period. You can try it before you buy. – Albic Sep 8 '10 at 17:17
"If you have a question about ... computer software." The last time I asked a question like this on SO I was told to ask it here instead ... – EAMann Sep 9 '10 at 15:28
Since this didn't get much response on SU, and since it meets the criteria for SO, it was decided to migrate it here – Diago Sep 9 '10 at 15:57
feedback

migrated from superuser.com Sep 9 '10 at 15:56

This question came from our site for computer enthusiasts and power users.

3 Answers

up vote 3 down vote accepted

VS.PHP is what I use

Comes with a free trial and adds support to VS.

link|improve this answer
Though I explicitly asked suggestions other than VS.Php, this is the best solution - and answer - available. – EAMann Sep 22 '10 at 17:59
Ya, I really did look for other solutions when I was vetting this. I didn't find any others. – Jesse Bunch Sep 24 '10 at 20:47
feedback

I honestly love Visual Studio (and the express versions, obviously). Just got into PHP for a job that was nearly given me and decided to learn it more thoroughly. If it comes down to it (which from this effort of searching it seems I'm now there), I'll download another IDE. But I would seriously love to continue my VS (well, Visual Web Developer, at this point) programming and be able to have full PHP suppport. I honestly hope someone makes this available soon..perhaps even Microsoft. Errr.

link|improve this answer
feedback

I second that, I'm a long time C# and Visual Studio developer. Recently I've been working on the LAMP stack and miss Visual Studio. But since most of my projects are PHP projects, I can't enjoy the bliss that is Visual Studio, other IDE's just don't compare.

I will have to try VSPHP and see if it's any good. :)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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