QuiltMC/enigma

Implement different token display options

IotaBread opened this issue · 0 comments

Would be needed for #40. Enigma should be able to display tokens in different ways depending on the selected decompiler. For instance, the ASM view would require tokens to use their bytecode descriptors, and other decompilers could display their parent classes instead of just the current entry, ie. ExampleClass.Foo.Bar instead of just Bar