13

You can get "Show usages of field xyz" with the help of cursor & command (in Mac) in Java,How to find where specific xml tag has been used? For example how to find usage of Hello key: <string name="Hello">Hello world</string>

Amey Jahagirdar
  • 455
  • 1
  • 4
  • 14

1 Answers1

15

Right-click on the resource name in the strings.xml (in your case, on Hello) or on the id in the code and select Find usages. This will give you the usages of this res.

OSX Command-Option-F7
Windows Alt + F7

Kelevandos
  • 7,024
  • 2
  • 29
  • 46