Is there any way to persuade Intellij not to reins...
# intellij
r
Is there any way to persuade Intellij not to reinstate class / object level qualifiers when moving things around? It's really frustrating - I import a bunch of static members, then I do a refactor of some kind and IntelliJ unimports them and my code is full of
Charsets.UTF_8
instead of
UTF_8
again.
5
m
it's also annoying when refactoring tests
assertThat
->
Assertions.assertThat
😕
💯 1
a
I believe this is a bug. Can you please report it to https://youtrack.jetbrains.com/issues/KTIJ with sample code to reproduce?
d
Bugs Missing features like this one seem quite basic and it being in the backlog after few years makes me wonder if the prioritisation of Kotlin plugin features is working well 🙈