plugin
plugin copied to clipboard
[Bug]: "Find usages" icon missing for tag components?
Bug description
On my "dashboard.blade.php", I have this tag component:
<x-welcome />
And I have a welcome.blade.php
file in my components
directory.
When I do a ctrl+click
on the <x-welcome>
tag, it takes me to the welcome.blade.php
file, so I know the plugin is aware of the connection.
However, in the welcome.blade.php
, there should be a "find usages" icon I can click in the top right of the editor, like this:
But, it's not there. I don't remember changing any settings from the default. It still works to find controllers that are including the blade, and it also works when the @include("welcome")
syntax is used. It only is missing in tag component blade files.
In the video tutorial on the Laravel Idea plugin website, it shows an icon that looks like Fx
in the corner instead of the Laravel logo, and in the video, it appears to work with tag components. What am I doing wrong? Is there some setting I might have touched that would break this?
Plugin version
8.1.4.241
Operating system
Windows
Steps to reproduce
Add a tag component to a view.
Go to the tag component blade file.
The "Find usages" icon is missing in the top left.
Relevant log output
No response
Hello. This icon finds only view usages. Not component usages. I'll try to fix that somehow.