Is it possible to find a specific line in decompiled .class files using Find in Path( Ctrl+ Shift+ F) in Intellij?
I want to search in library code for which I don't have source code.
Find does not return any result, despite the fact that the line is present (and visible) in the editor.
source
share