-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
Description
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.
dicktornfeldt