Skip to content

Can't jump to Laravel route #176

Description

@innerdev

Description

I use Laravel. I try to jump to controller's method from routes, but can't do it. Controller's method "is not found". Example:

<?php

use App\Http\Controllers\IndexPageController;
use Illuminate\Support\Facades\Route;

Route::get('/', [IndexPageController::class, 'indexPage']);

When I put editor cursor on "indexPage" and trying go to definition / implementation or references - nothing is found. How can I fix it? Or it is not implemented yet?

Use case

In large projects, I jump to controller methods quite often.

Proposed solution

No response

Alternatives considered

No response

Code example

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions