idea-php-laravel-plugin
idea-php-laravel-plugin copied to clipboard
Feature Request: Language string look through like Android Studio (IntelliJ)
Laravel supports multiple languages which are usable through Blade
@lang('home.welcome)
In Android Studio, the same is possible, when setting text instead putting @string/home_welcome
would produce the same result. However, Android Studio also does a "look through" and puts the value of the string in the gray text. When the text is clicked on it reveals the real value @string/home_welcome
As seen here:
This would be great to see happen.