Generics for PHP
Adds the ability to infer generic types from constructors along with support for new Vue 3 script setup.
Features
- Added the ability to infer generic types from constructors.
- Added the ability to use PSR-2 comment suggestions on no-break switch cases.
- Added support for inference based on IteratorAggregate<User>
- Added support for phpstan-* annotation for templates.
- Changed quick-fix for 'unresolved' inspections.
- Added line numbers in SQL Server execution errors.
- Added name hints for UNION (ALL).
- Added the ability to switch between reload on save, and reload on changes for built-in server and HTML preview.
- Added Vue.js 3 style selectors.
- Added an option to select whether to insert braces after completion or not.
- Vue 3: Added support for new script setup.
- Added support for shorthand properties in Angular templates.