- Edited
I saw in the change logs that PHP Tools has support Laravel Blade since 1.44.14925. I am using 1.44.14997, but it seems that my .blade.php
files are still treated as plain PHP files, and the template syntax is not highlighted, though the PHP syntax inside them gets Intellisense.
What should I do to enable the Blade support? I cannot find options related to blade in vscode preferences. I also tried switching to the pre-release version but it still doesn't work.