It would be great if Laravel Idea could auto complete language files with the __() helper based on an additional custom namespaces such as: Lang::addNamespace('Foo', base_path().'/app/Foo/Language/');
In this scenario, both the default Laravel language files and the namespace files would be available in auto-completion.
As an alternative, it would be great to add the namespace name and path to the ide.json file so that auto-completion is triggered when typing __('Foo::.
Feature Description
It would be great if Laravel Idea could auto complete language files with the
__()
helper based on an additional custom namespaces such as:Lang::addNamespace('Foo', base_path().'/app/Foo/Language/');
In this scenario, both the default Laravel language files and the namespace files would be available in auto-completion.
As an alternative, it would be great to add the namespace name and path to the ide.json file so that auto-completion is triggered when typing
__('Foo::
.