bajrangCoder / zed-laravel-blade

Larvel Blade templating language support for Zed
6 stars 0 forks source link

Formatter suggestion #3

Open davidwebca opened 2 days ago

davidwebca commented 2 days ago

Hi!

I've personally tried all the blade formatters out there and this is the only one that actually works and respects custom directives. Most of the other ones are hard-coded with the limited values of core Laravel directives and such, when it is clearly stated that they can be customized. Most of them will bug out when using @php too and won't create new blocks of code inside inline parentheses or when using the block type @php.

Idk if it'd be hard to make it become an LSP, I don't know anything about that but I just wanted to bring it to your attention if not already!

Thanks and keep up the good work🤘🏻

bajrangCoder commented 2 days ago

Thanks for your suggestion 😃 I will definitely test and incorporate in the extension