Reputation: 3599
Is it possible to search through the attached sources in IntelliJIDEA 13? If it is, how to enable that feature?
Thanks in advance.
Upvotes: 1
Views: 62
Reputation: 3599
I found the solution for my problem:
In the search dialog (Ctrl+Shift+F) click on custom scope and click on ellipsis button.
Then use the following pattern:
lib:*.*
All the sources will be included in your search.
Upvotes: 1
Reputation: 106
Hitting the shift key twice should bring up the "search everywhere" dialog.
This reference is for version 14, but I believe it is still valid for version 13. https://www.jetbrains.com/idea/help/searching-everywhere.html
Upvotes: 2