Faced such a problem that CSS and HTML files can be formatted with Ctrl + Alt + L , but for some reason PHP ignores.
Maybe I knocked the settings somewhere? What needs to be done so that the formatting via hot keys also works in PHP files?
Faced such a problem that CSS and HTML files can be formatted with Ctrl + Alt + L , but for some reason PHP ignores.
Maybe I knocked the settings somewhere? What needs to be done so that the formatting via hot keys also works in PHP files?
PhpStorm must be used.
Then that webStorm is ide intended for editing js projects. PhpStorm exists for editing PHP files)
PhpStorm also supports js editing.
Source: https://ru.stackoverflow.com/questions/607287/
All Articles