Laravel Translation
The plugin provides autocompletion for laravel translations. It collects all translation files from the service providers and generates the translation keys and also scans your resources/lang
and lang
directories for your custom keys.
It provides autocompletion and navigation for the following methods:
Illuminate\Support\Facades\Lang::get()
Illuminate\Support\Facades\Lang::has()
Illuminate\Support\Facades\Lang::choice()
__()
trans_choice()
@lang()
Settings
The plugin warns you if the translation key does not exist Translation key not found
.
This is enabled by default, but you can disable it in the settings.