PHP Tools for Visual Studio 1.23
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 for types.
- Unknown type handling added for trait uses, return types and catch variable types.
- Smarty (VS2015 and newer)
- Smarty has its dedicated editor.
- Smarty delimiters can be modified in project properties.
- Javascript and CSS integration.
- Installation suggestion for smarty composer package.
- Include snippet added.
- Break and continue keywords added.
- VS2017
- Experimental support for Visual Studio 2017.
- Removed Nuget support for PHP projects.
不具合の修正
- Visual Studio 2017 failed to open PHP project.
- Smarty (VS2015 and newer)
- Fixed some edge cases.
- Fixed a syntax error exception.
- Other minor fixes.