What is the short cut to extract strings from Android code into the strings.xml file in Intellij? What is the short cut to extract strings from Android code into the strings.xml file in Intellij? android android

What is the short cut to extract strings from Android code into the strings.xml file in Intellij?


Goto Android studio 'Help' -> Find action -> type "extract string resource"

You will find a ON / OFF button. Switch on the option.


If you get a menu with ALT + Enter but you do not see the option extract string resource it might be because you are not in the string but behind the quotation mark.

The cursor has to be inside the quotation marks.