Skip to content

[Feature]: Detects models outside \app\Models #500

@sensasi-delight

Description

@sensasi-delight

Feature Description

I’m using the Laravel VS Code extension, and notices it fails to generate IDE helpers for models located outside the default app/Models directory.

My project uses nWidart/laravel-modules, where models live under:

/Modules/<module-name>/app/Models

The extension only picks up models from app/Models, ignoring all module-scoped models entirely. As a result, autocompletion and type inference are incomplete and inconsistent.

Please update the helper generation logic so it can detect models in modular folder structures like those created by nWidart/laravel-modules.

This affects developer experience significantly—thanks for looking into it.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions