When I use Android Studio, I can right-click on a string resource variable and choose Goto->Declaration in order to open the XML string resource file where it is defined. When I try to "open declaration" using Eclipse ADT, it opens the "R" file instead.
How can I get Eclipse ADT to do the same behavior as Android Studio?