Reputation: 2512
My Intellij searches only return results from .java files. Do I have to index the files myself or seomthing for searches? Any response is appreciated. Thanks!
Upvotes: 1
Views: 287
Reputation: 2512
I was using shift-shift and ctrl-alt-shlft-n for golbal searches. Can't use them for that. As commenter here indicated, those are for names of declarations. I switched to ctrl-shift-f for "find in path" searches. That works for arbitrary text across the file-types I needed.
Upvotes: 2