'How to find a keyword in a visual studio project

I am looking at an old project one of my colleagues wrote in AngularJS in Visual Studio and as we all know, it's pretty difficult to understand code when you're not the one who wrote it. So I found some errors, but it's a pretty big project with 56 classes and interfaces.

The error that I got was

Cannot find name 'saveSession'

So what I wanted to do was check in the whole project where I can find this saveSession method. But as I mentioned. It's a very big project and the one thing that could help me is something like a search bar or a ctrl F for the whole project because now i can only search keywords in the current file.

Is there a way to find keywords through the whole project?

Thank you in advance.



Solution 1:[1]

Ctrl + Shift + F

This shortcut searches the whole solution by default.

Solution 2:[2]

Ctrl + shift+ F should work and help. You just need to select look in entire solution.

Solution 3:[3]

Edit -> Find and replace -> Find in Files

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1
Solution 2 TC Gaming
Solution 3 Tharuka Gunathilake