PHP Tools for Visual Studio 1.27.10773
Released: Apr 11, 2018
1.27.10773 での更新項目
機能
- New project wizard when creating PHP Web Project.
- New project template for Simple CMS (based on PicoCMS).
- Code Analysis CPU improvements.
- @method with "static" supported.
- Debug
- Checking expressions validity before sending them to Xdebug
- Editor
- New snippets (#region, #todo, @phpdoc_tag).
- F1 supported for phpdoc tags.
- Custom snippets showed in completion lists.
- "echo" keyword occurances (F1, F12, semantic highlighting, do not allow refactoring).
- Localization
- Partial localization to major languages (de, es, fr, ja, pt-br, ro, ru, tr, zh).
- PHP manual localized to major languages.
- Smarty
- Twig
- Code Validation
- Report warnings for duplicate array key in array initializer.
- void reported as invalid in @param, @var, @property.
- Type name "\" is ignored by CFG, but reported.
不具合の修正
- Smarty
- Fix of multiline comments.
- Twig
- Fix: Completion list showed twice when Ctrl+Space pressed.
- Fix: Code preview did not show some generated code.