QuiltMC / enigma

A deobfuscation/remapping tool for Java bytecode, fork of cuchaz's Enigma.
GNU Lesser General Public License v3.0
57 stars 31 forks source link

Show javadocs/other information on hover #140

Open OroArmor opened 1 year ago

OroArmor commented 1 year ago

Showing javadocs on hover would be really helpful for reading what functions do. Even if there are no docs, it would be helpful to see what the parameter names are (and somehow if they are mapped) and what the return type is.

It would also allow seeing library names for parameters and understand what the code for them is doing, especially if libraries had their javadocs indexed.

ix0rai commented 11 months ago

this should be possible using #156 ! the swing wizardry might be tough, but it should definitely be doable by indexing javadocs