Is there a way to search and eventually search and replace text in Visual Studio but to skip it (not show) if it's commented out (either with // or multi line comments).
Additionally is there a way to skip some file(s) when doing search && replace on whole solution?