Auto-translation used

PhpStorm now has built-in support for Laravel Pint

PhpStorm has been released, which adds Laravel Pint to the list of supported quality control tools. The code style issues reported by Laravel Pint can now be considered as PhpStorm's own code checks.

To set up integration with Laravel Pint, go to Settings | PHP | Quality Tools and expand the Laravel Pint section.

You can also install Laravel Pint as an external formatting tool. This will fix all the problems detected by Laravel Pint in one go using the "Reformat Code" command (⌘⌥ L).

To enable Laravel Pint as a PhpStorm check, go to Settings -> Editor -> Inspections and check the box to check Laravel Pint in PHP | High-quality tools.

When checking is enabled, problems detected by Laravel Pint will be highlighted in any open PHP file or reported in the Problems tool window.

This release also includes many other useful features, including:

  • Improvements for generics in PHP
  • Built-in support for PHP statements
  • AI Assistant (Beta)
  • Integration with GitLab
  • Text search in Search Everywhere

Comments 2

Login to leave a comment

Комментарий для получения 1хр

Reply