Reputation: 3921
In my project in Android Studio, I have many different string values that I've put in different strings-....xml
files. Sometimes finding a specific string resource gets really difficult, even when I'm using a naming convention.
So, I was wondering:
Considering that the string resources names are unique across all the files, is there any way to see all the string resources in one place? Or search through all of them?
(Double-Shift
search doesn't actually make it easier!)
Upvotes: 1
Views: 175
Reputation: 1069
There is a new feature in the latest Android Studio 0.8.7 (only in canary channel yet) – Translation Editor.
http://tools.android.com/recent/androidstudio087released
Upvotes: 1