Haehnchen / idea-php-laravel-plugin

Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
MIT License
572 stars 108 forks source link

Suggestion: support translation autocomplete for Translator interface #262

Open mfn opened 4 years ago

mfn commented 4 years ago

Right now the following approaches support auto completion for translation:

The one thing which doesn't work is when injecting \Illuminate\Contracts\Translation\Translator, in this case it doesn't recognize it when calling ->get(…)

Thanks