How can I add PHP support to Visual Studio 2010?

落爺英雄遲暮 提交于 2019-12-07 03:52:14

问题


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?


回答1:


VS.PHP is what I use

Comes with a free trial and adds support to VS.




回答2:


WebMatrix is a free Microsoft product.

Though 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.



来源:https://stackoverflow.com/questions/3678282/how-can-i-add-php-support-to-visual-studio-2010

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!