@coolsaint I use this https://marketplace.visualstudio.com/items?itemName=onecentlin.laravel-blade and it's working correctly.
Sep 17, 2017
21
Level 3
How to Format Laravel Blade Codes in Visual Studio Code ?
I have installed some Visual Studio Code extensions to handle Laravel Blade Codes like
- laravel-blade [https://marketplace.visualstudio.com/items?itemName=KTamas.laravel-blade]
- Laravel Blade Snippets [https://marketplace.visualstudio.com/items?itemName=onecentlin.laravel-blade]
But they are not helping me to format Laravel Blade Codes [blade.php files]. I mean they are not auto indenting the codes as I expected. But I have seen blade codes online which are well indented in visual studio Code IDE.
Is their any specific configuration or technique which I can use to make these extensions work or there is some other way? Thanks.
Please or to participate in this conversation.