Native PHP support in Visual Studio 2010?

后端 未结 14 1475
死守一世寂寞
死守一世寂寞 2020-12-03 07:03

Is there any truth to the rumor that Visual Studio 2010 will natively support PHP coding?

(http://www.codeplex.com/php4vs)

If not,what are the options?(exce

14条回答
  •  半阙折子戏
    2020-12-03 07:19

    There is PHP Language Support, created by Sam Harwell. It has basic editing features for the PHP scripting language.

    According to it's Visual Studio Gallery page, current editing features include:

    • Syntax highlighting, including support for HTML code outside PHP tags and within documentation comments
    • Outlining support for quickly collapsing classes and functions
    • Dropdown bars listing classes and functions within the current document This extension has a relatively small feature set, but it's quite fast and usable. It was created as part of an experiment to provide editor features for multiple languages within a single document (PHP, HTML, and formatted documentation comments).

提交回复
热议问题