"Extract string resource" intention action missing in kt code

Hi,

Quite easy to reproduce:
class OMG {
val shouldBeInResource = “blahblah”
}

Pull up the intent actions, there is no “Extract string resource”
While in Java file, seems like this action is available from any string literal, producing code like ‘.getString(…)’ and creating the String resource for me :slight_smile:

This feature is indeed not implemented at this time. There is an open feature request.

Thanks!