VSCode extension for PHP Cresenity Framework
Maximum number of scanning rows.
Default: 666
Search views according to the configured extensions.
"phpcf.extensions": [
".blade.php",
".php"
]
Use Ctrl
or Alt
+ click
to jump to the first matched file for views.
Use Ctrl
or Alt
+ click
to jump to the first matched file for uri controller.
enable/disable phpstan for phpcf.
"phpcf.phpstan": {
"enabled" : true
}
{
"[php]": {
"editor.defaultFormatter": "cresenity.php-cf"
}
}
"phpcf.phpcsfixer" : {
"runOnSave" : true
}
Add Document Link on ->setView(
Add Controller Uri on c::redirect(), c::url() and curl::redirect() Change config name from viewMaxLinesCount to maxLineScanningCount (use both for scanning view and uri controller)
Minor fix for folder scan priority
Add integration for phpstan (phpcf must be instaled through composer)
Add autocomplete for view
Fix bug autocomplete for view Fix prevent run phpstan when phpcf is not installed Add autocomplete for translation Add autocomplete for config Add autocomplete for permission
Add Code Action For Class Not Found
Add Refactor Action For phpcf model:update
Add Refactor Action For phpcf phpcsfixer Extension can be defaultFormatter for php with cf php-cs-fixer configuration