Closed calebdw closed 4 months ago
Thanks @calebdw
I can't reproduce the issue.
In my case, the gf
and it worked. 😏
@calebdw please position the cursor in any place of form.input and then gf
I have this code:
<x-form>
<div>foo</div>
</x-form>
And the associated blade for the x-form
is located at resources/views/components/form/index.blade.php
.
Placing my cursor on x-form
causes the prompt to be shown:
It looks like it's incorrectly parsing the name as form>
Ohh there are two issues:
form>
@calebdw done!
That was fast!
@calebdw
I have this code:
<x-form> <div>foo</div> </x-form>
If the anonymous-index-components does not exist, should there be an option to create it?
I suppose that could be on the list of recommendations, you might have to create the directory though
Hello!
Awesome plugin!!
I just wanted to let you know that this does not open anonymous-index-components:
for example, I have the following file:
Clicking
gf
on the<x-form ...>
tag prompts me to create the file instead of opening theindex
file.Thanks!