Is there a way to implement the optimize imports f...
# intellij
k
Is there a way to implement the optimize imports functionality via a plugin and not via ide
m
Curious why you're concerned with imports on generated code? Doesn't change bytecode size? Or does it get generated and published somewhere that you want it as clean as possible? Regardless, I'm not aware of a way to do that.
k
The later one. I also want to remove redundant code initialisation etc. As it is transpiled from some other language.
And has to be published.