Table of contents
No headings in the article.
PhpStorm 2023.2 has now been released and has added Laravel Pint to the list of supported quality tools. Code style issues reported by Laravel Pint can now be treated like PhpStorm's own code inspections.
To configure the integration with Laravel Pint, go to Settings | PHP | Quality Tools and expand the Laravel Pint section.
You can also set Laravel Pint as your external formatter of choice. This would enable fixing all issues detected by Laravel Pint in one go with the Reformat Code ⌘⌥ L
action.
To enable Laravel Pint as a PhpStorm inspection, go to Settings -> Editor -> Inspections
and select the checkbox for Laravel Pint validation under PHP | Quality Tools.
With the inspection enabled, issues detected by Laravel Pint will be highlighted in any opened PHP file or reported in the Problems tool window.
This release also includes many other valuable features, including:
Improvements for generics in PHP
Native support for PHP assertions
AI Assistant (Beta)
GitLab integration
Text search in Search Everywhere
Check out their what's new page for more details on the release and all the new features!