Including non-project classes/files/symbols "by default" Follow
When I am doing Ctrl+N (or Ctrl+Alt+N, Ctrl+Alt+Shift+N), I get popup with a little check-box that indicates whether the search is within project or not.
It's unchecked by default and if I were to do check outside the project as well, I have to generally do Alt+N or Alt+whatever the underlined character is.
Is there a way to configure RM to check this by box by default? I want to avoid Alt+N since I do this operation often and in a Rails project what I want to search for is generally outside the project.
-Kedar
Please sign in to leave a comment.
Hi,
RubyMine automatically looks in "non-project" classes if nothing matching to your pattern hasn't been found in your project sources.
Hi Roman,


I am sorry, but I don't find it that way :(.
Image 1: Without alt-N I am trying to find a symbol "limit" in Rails project.
Image 2: With alt-N, the same thing:
What am I doing wrong? I want the symbol to be searched everywhere without having to do alt-N.
Thanks,
Kedar
Ok,
I said "nothing matching to your pattern hasn't been found in your project sources". In your case "limit" JS parameter was found in first case thus RM didn't tried to look in all libraries. I've understood your use case.
Anybody found a solution to this? I'm also facing the same issue
@Robotreply,
does it mean that you want that option (to search in non-project files) to be enabled by default or that it doesn't search there in case there's no match in project's files?