Search in .class files

Answered

Is there a way to tell Intellij to search in .class Files too?

I can search for the class files and open them, but I need to search in thouse files globally.

0
1 comment

Hello,

It's not possible without manually decompiling all the classes beforehand and attaching the decompiled sources to the library you want to search in. Please see this answer in IntelliJ IDEA forum for more details.

0

Please sign in to leave a comment.