IntelliJ does not refractor (Kotlin)
Answered
Basically I have a data class called "Schema" which I would like to refractor to "Namespace".
While doing it I had accidentally pressed the \ char and it had become "Schema\". Now refractoring it only puts it "Schema\" and nothing else happens

Also; I can't find usages
Please sign in to leave a comment.
Hello,
Have you tried to Undo last operation? Also it's possible to run Refactor->Rename once again and change it to "Namespace" or back to "Schema"
https://discuss.kotlinlang.org/ is the proper forum for everything Kotlin related.