plugin
plugin copied to clipboard
[Feature Request]: Support for inline Blade/HTML in Livewire components
Feature Description
Currently my inline Livewire component looks like this:
It would be nice if autocomplete, highlighting, go-to definition, etc. was supported here.
It may be a good practice to use a more descriptive heredoc name:
return <<<'blade'
<a href="route('iwant.to.click.this')">A route</a>
blade;
Maybe this unlocks a way to parse the contents...
Another usecase it would be great for is testing anonymous blade components: