Do you know a method to have autocomplete on strings passed within the `__()` function ? E.g. `__(response.string1.string2.string2a)`
when I type `response.` the ide should show me all the possibilities
Back
•
Like this? I get so many auto-completions from the excellent Laravel Idea plugin in PHPStorm. laravel-idea.com
•