OrnitheMC / enigma

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

Highlight selected local variables #41

Open SRAZKVT opened 1 month ago

SRAZKVT commented 1 month ago

Would be useful sometimes to have a local variable we have selected to have all its occurrences in method or whatever highlighted, would make code with a large amount of local variables (particularly rendering code and data fixer code, though will definitely apply to some other parts as well) much easier to work with