Search in .class files

已回答

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

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

请先登录再写评论。