Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I select the Current Project for Find & Replace

I don't see an option to tell VC++ what the current project is, so that I can search within a specific project within my solution, rather than the whole solution.

enter image description here

Is it something that happens as a side-effect of some other operation or can I somehow explicitly select which project is the current one?

like image 903
Mr. Boy Avatar asked Sep 03 '25 01:09

Mr. Boy


1 Answers

currently opened file on which you opened the Find/Replace dialog belongs to a certain project. So that project is basically the "Current Project"

like image 113
WAQ Avatar answered Sep 05 '25 04:09

WAQ