Improvements
- Cell autocomplete - thanks to @LordSimal
- Array generics support in doc blocks using
arrayAsGenerics
config. It is disabled by default for BC, but recommended to enable if it fits to your coding standards.
Updates for CakePHP 4.3+:
LocatorAwareTrait::fetchTable()
autocomplete and return type support. Best to use this together with PHPStan extension.
The main advantages of this release and the plugin in general can be used together with PHPStorm IDE, as that one provides the most comprehensive support for meta data.
Note: This plugin is now CakePHP 4.2+ and PHP 7.3+.