User1291
User1291

Reputation: 8182

string ressource extraction for kotlin in android studio?

So the only thing I see in Android Studio (3.0 Beta 6) when I alt-enter is a very useless "adjust code style settings" option.

adjust code style settings

This is very inconvenient.

There SHOULD be that feature in there, somewhere, since this issue, here has been marked "fixed", and true enough, if I "Help->find action"-search it, I do find an intent

toggled-on intent

But this doesn't do anything. How do I get this to work?

Upvotes: 0

Views: 99

Answers (1)

yole
yole

Reputation: 97148

The action works if you put the editor caret inside the string literal (between the quotation marks).

Upvotes: 1

Related Questions