idea-php-laravel-plugin icon indicating copy to clipboard operation
idea-php-laravel-plugin copied to clipboard

Feature Request: Language string look through like Android Studio (IntelliJ)

Open OzairP opened this issue 7 years ago • 0 comments

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: adt

This would be great to see happen.

OzairP avatar Oct 26 '17 15:10 OzairP