About this question
I am trying to search a code base for any reference to a particular SObject using IntelliJ IDEA (Illuminated Cloud). I tried using Double Shift as indicated within the interface, but when I search for references it returns nothing (even though I know there are some). This search seems to just be on the file name.
I found this cheatsheet which also seems to indicate Double Shift might be a good option, but I don't see anything else promising.
How can I search within all files for a specific substring. Similar to the first set of commands I posted here: Is there a search feature in MavensMate? Is there a similar command on IntelliJ IDEA?