Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

Inline substituion for resource strings

$
0
0

I'm missing something obvious but as a newbie to Intellij I'm kind of like a rabbit in the headlights with so many great options.

 

Somehow the code editor replaced some Java call for fetchnig resource string values with the actual strings (hiliting the string text black in zenburn theme). e.g

 

Log.d("ASYNC", c.getString(R.string.eoa));

 

read as

 

Log.d("ASYNC", "End of Asynchronous Call"); //<--- string text was black

 

What's this functionality called in the editor formatter and how do I use/turn it off?

 

thanks

 

r.


Viewing all articles
Browse latest Browse all 5661

Trending Articles