dgileadi/vscode-java-decompiler

Support searching class to decompile in dependency from command palet

Merichbier opened this issue · 2 comments

Hi,

It would be really use useful to allow searching for a class to decompile (even class from dependencies) from the command pallet. Like the search do in Intellij.

I guess this one is a though one, but just wanted to through the idea here :)

Thanks for your work !

Cheers

Visual Studio Code supports opening any class in the classpath via Ctrl+T (⌘T on Mac). If the class doesn't have source code then the decompiler will kick in. I use this all the time.

Damn how could I missed that! Thanks!