Ctrl+T or Shift+Shift Find doesn't work? Follow
When I use Ctrl+T to search anywhere and type:
MapPageRoute
If "Include non-solution items" is checked:
I only get 5 files from System.Web
else
I get no files.
But in open solution ...\Global.asax.cs I have lines like:
routes.MapPageRoute("register", "register", "~/Register.aspx");
So I wonder if I am using it wrong or it only works with non-solution files? And I would also appreciate how do I make such searches directly in Rider, rather than using external tools, say Alt+F7 in Far Manager or Total Commander?
Please sign in to leave a comment.
Hi Cetinbasoz!
What is your Rider version? What kind of project do you have opened?
Could you please add a screenshot of your search issues?
Thanks!
BTW "find in files" work. But then what does Search everywhere means? Files mean only Filename I guess. Weird, but I can live with it.
It is latest (2021.2.2). An ASP.Net project was open.
Hi Cetinbasoz!
Sorry for the delay. Search Everywhere feature is for navigating to the following destinations: types, symbols, files, recent files, actions, tool windows, run configurations, and preferences. This command is not a replacement for textual search— use
Ctrl+F
to search text in the current document, andShift+Ctrl+F
to search text in the entire solution.If you have more questions or need assistance, please let me know.