Level 1
@patot did you find already a solution for this?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Is there a way to configure PHPStorm so that when you control/CMD-click on a vue component tag in a blade file it goes to its decoration?
Example I want to click on <table-data... to open the file TableData.vue.
<!-- index.blade.php -->
<h1>Test</h1>
<table-data :filters="{{ json_encode($filters) }}"></table-data>
/* TableData.vue */
// ... vue component here
Please or to participate in this conversation.