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

后端 未结 4 651
故里飘歌
故里飘歌 2021-02-03 18:01

In Eclipse I used to use a combination (first press Shift + Alt + A, then press S) to extract strings into strings.xml b

相关标签:
4条回答
  • 2021-02-03 18:21

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

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

    0 讨论(0)
  • 2021-02-03 18:21

    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.

    0 讨论(0)
  • 2021-02-03 18:32

    You can use Alt + Enter combination.

    More info

    0 讨论(0)
  • 2021-02-03 18:34

    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.

    0 讨论(0)
提交回复
热议问题