Forum Discussion
PhilU115
Jun 25, 2026Brass Contributor
Simple request for Visual Studio's Find and Replace operation
Doing a Find + Replace operation in VS, I could wish there was an option, when selecting to do so over the whole project or solution, to choose which types of files to include or exclude. For example...
soumyadipmajumder03
Jun 29, 2026Copper Contributor
If you are in Visual Studio 2026 (Community, Professional, Enterprise). From keyboard short-cut `ctrl+F` it will open the Find drop down in the the active file. Type your target keyword in the find box. Then hit `ctrl+H` from keyboard shortcut it will open replace interface window. For whole project or solution you can use `ctrl+shift+F` to check the all files at once about the search keyword you want. For replace all you can check with `ctrl+shift+H`.