I’d like to see a Find All command in the Find window that returns a log of all methods where the target string is found. Clicking on each method in the log should open the method and highlight the first instance of the target string.
I could use this right now as I am making mods to an inherited solution where I often need to check where some variable is being used throughout the solution before I make certain changes.
Thanks.