In Visual Studio 2010, how do you search for text that is not within a single line comment? E. G. how to find "bas" in:
foo bar bas
but not in
foo bar // bas
Note that it should find the line:
foo / bar / bas
(edit) And it should not find the line:
foo // bar bas