50

In Eclipse I used to use a combination (first press Shift + Alt + A, then press S) to extract strings into strings.xml but I could not find it on Intellij. How to do this on Intellij?

stealthjong
  • 10,858
  • 13
  • 45
  • 84
Mustafa Güven
  • 15,526
  • 11
  • 63
  • 83

4 Answers4

133

You can use Alt + Enter combination.

More info

faradaj
  • 3,629
  • 1
  • 22
  • 21
8

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

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

  • All that does is allow me to turn it on/off. But Alt-Enter still does not work on 2.2.3. – Eddy Jan 19 '17 at 18:44
  • 2
    It's working for me in 2.2.3. Make sure to select the text without the enclosing quotes. For some reason when you select the string with the quotes the option does not appear in the menu. Or you can just click on the string without selecting text. It should work then too. – Matt Feb 28 '17 at 20:12
1

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.

bomben
  • 590
  • 6
  • 16
0

Doing the same thing.

Paramasivam Vijay Anand Had it right.

Android Studio 2.2.3 you can go to help and turn on the Extract string resource. However, Alt+enter does not extract the resource when clicking the text in the Design tab, it works for me when I clicked to the Activity_main and then selected the text there. Quotes didn't seem to matter.

SrednasX
  • 3
  • 2