PHP Tools for Visual Studio のリリース

Released: Jul 25, 2017

1.24 での更新項目

機能

  • UTF detection improvements.
  • Experimental support for Visual Studio 2017.
  • Debug
    • Breakpoints displays hit counts.
    • Hit Count breakpoints (equal | greater than or equal | is multiple of) supported.
    • Conditional breakpoints support 'when changed' conditions.
    • Supported break on first statement (F10, F11).
    • "When Hit" breakpoints supported (Tracepoints).
  • DBGp
    • Added support for DBGp proxy.
  • Testing
    • PHPUnit 6.x supported.
    • PHPUnit version detected from composer.json.
    • Custom PHPUnit can be used.
    • PHPUnit is...

Released: Mar 24, 2017

1.23 での更新項目

機能

  • PHP 7.1 automatic installation.
  • Xdebug updated.
  • Startup speed improvements.
  • Updated PHP parser.
  • Respecting primitive types in PHP.
  • Parsing files from disk respects system encoding and detects UTF.
  • Editor
    • Inserting snippet indenting fix when there are tabs.
    • Nodes outside the current namespace are listed in the completition set as well together with warning icon.
  • Refactoring
    • Autogenerate the use statement for selected class.
    • Suggestions added for unknown types in PHPDoc.
    • Short name suggestions...

Released: Feb 9, 2016

Updates in this release

Updates in 1.19

  • Improved Per-Project Properties - Project properties were extended. In the future, there will be much more to enable and configure. For example, since version 1.19, it is possible to set the project Web Root; the relative path used as the web site root.
  • Smart Issues Resolver - Every project and server configuration is checked to ensure the user won't have to deal with common issues. Both in project properties or during project launch (F5), issues are checked and automatic repairs...