First of all I would like to thank the author for this great extension! This functionality really should be built into the IDE.
Would it be possible to implement a side by side view with decompiled Java code? Something similar to Ghidra, where you can see the Smali file in one window and an approximate Java equivalent (could be generated by JADX). It could look something like the split view with XML layout files in Android Studio, for example.
This feature would be really helpful when debugging an application. Unfortunately I don't have experience building IntelliJ plug-ins, so it would be great if someone can at least provide an overview of what would be required to implement this feature.
First of all I would like to thank the author for this great extension! This functionality really should be built into the IDE.
Would it be possible to implement a side by side view with decompiled Java code? Something similar to Ghidra, where you can see the Smali file in one window and an approximate Java equivalent (could be generated by JADX). It could look something like the split view with XML layout files in Android Studio, for example.
This feature would be really helpful when debugging an application. Unfortunately I don't have experience building IntelliJ plug-ins, so it would be great if someone can at least provide an overview of what would be required to implement this feature.