porifa / vscode-laraphense

[VSCode Extension] Laraphense Extension for vs code
https://marketplace.visualstudio.com/items?itemName=Porifa.laraphense
MIT License
13 stars 3 forks source link

[Feature Request]: Blade Directive to Component Tag #35

Closed AamirSohailKmAs closed 1 year ago

AamirSohailKmAs commented 1 year ago

Feature Description

The idea is, we have a blade directive

@component('foo', ['bar' => $buzz)

it would be nice if we could convert this into its component for

<x-foo :bar="$buzz" />

and vice versa