JasonYun
JasonYun

Reputation: 999

How well does Visual Web Developer 2010 Express support PHP?

How well does Visual Web Developer 2010 Express support PHP?

Upvotes: 3

Views: 11489

Answers (4)

AceMark
AceMark

Reputation: 729

that's what WebMatrix is for, PHP/Web development.

Upvotes: 2

Shahnawaz Khan
Shahnawaz Khan

Reputation: 99

VWD 2010 Express does not support php. If you want to highlight php syntaxes then use notepad++, which is free.

Upvotes: 0

Warty
Warty

Reputation: 7395

There is no PHP support in Visual Web Developer 2010 from Microsoft.

A quick google brings up http://www.jcxsoftware.com/vs.php ... but I haven't seen/tested it before so I can't say it'll work. Note that you have to shell out 100 bucks for it.

In addition, you CAN trick visual c++ into thinking that .php files are .cpp files. You would get basic syntax highlighting [if, while, for]... http://www.cumps.be/visual-studio-2008-and-php-coloring/

There were also a few attempts to write intelligent PHP support into Visual Studio [ie: http://php4vs.codeplex.com/]... they all failed eventually.

Upvotes: 2

halfdan
halfdan

Reputation: 34214

There is http://www.jcxsoftware.com/vs.php which enables Visual Studio to work properly with PHP files. Alternatively have a look at this blog post that explains how to use PHP with Visual Studio (http://www.cumps.be/visual-studio-2008-and-php-coloring/)

Upvotes: 0

Related Questions