Search (actually) everywhere / outside project / entire computer

Answered

Hi All,

(This likely applies to any JetBrains IDE)

I would like to be able to search my whole computer – or any selected folder outside just the project – for a file name, to open. (Ironically, the “Search Everywhere” feature and “All Places” scope only work to clutter search engine results). One way to allow this is to open a high/top level directory *as* the project, but then that removes many conveniences about project scoping. I am looking for either a configuration for the file search, or a way to have a custom Scope that's outside and inclusive of the project, or potentially a way to open two “projects” at the same time in the Explore/Project side panel, such that searches include both or you can switch with a click, but it would all share one tab row and everything.

I'm rather surprised I can't find a way to do this, and I appreciate any insight you might provide.

I'm looking in particular for RubyMine on Mac, but it's likely more broadly applicable, and I'd also be interested in C#/Rider and Windows solutions if they're different.

Many thanks!

1
1 comment

Sorry, it's not possible for performance reasons. IDE needs to index all the files before performing the search. Search without an index will be very slow, and we don't support it. Indexing the whole drive can take a long time and resources, so it doesn't make sense.

This is a task for some local search engine, not for an IDE. Google used to have one, but it was discontinued a long time ago.

For Windows, you can try https://www.voidtools.com/support/everything/ or look for other alternatives.

0

Please sign in to leave a comment.