Mahm00d
Mahm00d

Reputation: 3921

Can I see all the string values (resources) in one place?

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

Answers (1)

MattSkala
MattSkala

Reputation: 1069

There is a new feature in the latest Android Studio 0.8.7 (only in canary channel yet) – Translation Editor.

Translation Editorhttp://tools.android.com/recent/androidstudio087released

Upvotes: 1

Related Questions