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

0
2 comments

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"

 

0

https://discuss.kotlinlang.org/ is the proper forum for everything Kotlin related.

0

Please sign in to leave a comment.