Is there an option to "minify" Java files in Intellij? I would like to obfuscate function and variable names in the editor (before compiling).
(I am aware this is a strange request... and I want to perform this step before compiling)
Maybe there is a plugin which can help with this?