Reformatting HTML in Blade templates not working
When I select the menu item `Code > Reformat Code` nothing happens in Laravel Blade templates. How do I get PHPStorm 8.0.1 to cleanup the code structure of the HTML and Blade syntax like I would expect in a PHP document?
Also, when using Zen Coding, it doesn't format the code right either. For instance, `div.row>div.col-md-12` produces the following structure:
<div >
<div ></div>
</div>
I would expect it to show up like this:
<div >
<div ></div>
</div>
Don't know if these two issues are related.
Please sign in to leave a comment.
Hi there,
https://youtrack.jetbrains.com/issue/WI-24357
Thnaks for the workaround!
Hopefully this is fixed soon.