PhpStorm 2016.2 is released!


  • Better PHP language support: Improved type inference, strict type inspection for PHP 7, better parsing of PHP 7 and PHP 7.1, and improved getter and setter generation for PHP 7 (and higher).
  • New editing experience: Dynamic live template for smart completion of function parameters; values of class constants shown in completion lists; possibility to filter out static methods from completion list; smart type code completion; and various @throws improvements.
  • Code quality analysis: Reworked ‘Unused imports’ inspection for unused namespaces, functions, and constants; ‘Return type’ inspection; and ‘Dynamic call to static method’ inspection.
  • Frameworks, tools, and more: Template projects, better Joomla! support, and Xdebug On Demand for CLI PHP Scripts.
mehr Infos auf hier

Kategorien

Devblog

Tags


Devtools

Hat dir der Artikel gefallen?

Werkraum News:

Den TYPO3 Sei­ten­baum er­wei­tern

TYPO3 bietet einige offene Schnittstellen in Form von Hooks oder Events, um das Backend an die eigenen Bedürfnisse anzupassen. Ich zeige hier eine Möglichkeit, den Seitenbaum…