Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

larapat's avatar

Control/CMD-Clicking a Vue tag in blade to go to declaration in PHPStorm

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
0 likes
2 replies

Please or to participate in this conversation.