Issue
Is it possible to search for a bit of text through the source code of all the maven dependencies of a project?
For example: If you import the following sample maven project: rel="noreferrer">https://github.com/ajorpheus/javadoc-mem-test/tree/search-in-jars, searching for tempHeaders
should turn up AbstractClientHttpRequest.java
as a search result.
Is there a plugin that allows one to do this?
If Intellij does not support this, would you know of an IDE-agnostic way to do this given a maven project? I have looked at tools like jarexplorer but they don't seem to do the job.
Solution
I found how to do this !
Use the 'Project and Libraries' Custom Scope.
Answered By - Ashutosh Jindal
Answer Checked By - Timothy Miller (JavaFixing Admin)