Releases: dmeybohm/chocolate-cakephp
Releases · dmeybohm/chocolate-cakephp
v0.9.2
v0.9.1 - Fix view navigation for files with slash
Fixed
- Fix navigation between controller and view when path contains a slash
v0.9.0 - More view navigation features
Added
- Add ability to create new view files from the controller
- Show pop-up menu in controller when multiple view files could be associated
- Add support for data views (JSON or XML by default)
- Add floating Cake icon in views for navigating back to the controller
- Add shortcut
Ctrl-Alt-Up
/Cmd-Option-Up
for navigating from view back to controller - Add configuration for adding additional data views types (e.g RSS, CSV etc)
- Add support for navigating to custom finders in
find
methods on tables - Added support for autocompleting tables in CakePHP 3-5
- Add autocompletion for other ViewHelpers in ViewHelpers
Changed
- Diabled CakePHP 2 support by default
Removed
- Remove autocomplete for app namespace in settings
Fixed
- Remove nested completion on components in controllers
v0.8.3 - Fix problems editing config
- Fix problems with setting namespace field in the main config UI form
v0.8.2
v0.8.1 - Fix for PHPStorm 2022.1
- Update for PhpStorm 2022.1
- Map from camel-cased action names to underscored names for view files
- Fix handling of extension between CakePHP 3 and CakePHP 4.
v0.8.0
- Add completion for nested Cake 2 models
- Add completion for first argument of
find()
in Cake2 models
Add more support for Cake 4
- Add ClassRegistry::init() navigation to models
- Port to newer version of PhpStorm
- Fix bugs in plugin handling so it works now
- Add basic cake4 support
Fix for PhpStorm 2020.3
Fix some problems with PhpStorm 2020.3
Fix saving settings
- Fix exception saving settings
- Revert some plugin UI changes that aren't ready yet