I am currently working on an IntelliJ plugin that lets you replace inlined constants with their original field references. This is useful when trying to clean up code copied from decompiled code. You can see a video of the current prototype in action here. This is far from finished, but while it was in an early stage I wanted to ask if this would be wanted in mcdev. The current code is in java but I have no issues rewriting in kotlin. I will be publishing my plugins source code on github in the next few days and I will update this issue when I do. I feel that this would be very useful and if its welcome in the mcdev plugin I will be happy to integrate it myself.
I am currently working on an IntelliJ plugin that lets you replace inlined constants with their original field references. This is useful when trying to clean up code copied from decompiled code. You can see a video of the current prototype in action here. This is far from finished, but while it was in an early stage I wanted to ask if this would be wanted in mcdev. The current code is in java but I have no issues rewriting in kotlin. I will be publishing my plugins source code on github in the next few days and I will update this issue when I do. I feel that this would be very useful and if its welcome in the mcdev plugin I will be happy to integrate it myself.