Tip 3.15: You can replace all search string occurrences in files
“Visual Studio Tips, 251 ways to improve your Productivity in Visual Studio“, courtesy of ‘Sara Ford’
Sara Ford’s Blog
Just like Ctrl+H performs a Quick Replace, Ctrl+Shift+H brings up the Replace In Files window.
Note that another option, Keep Modified Files Open After Replace All, appears in the Result Options section.
Obviously, if you check this option, all modified files will be opened in the editor. The significance of this is that you can use the undo command if you change your mind.
Happy Programming! =)
Advertisements
Leave a Comment