Is there a way to make TFS code search recognize the “@” symbol?
问题 I am searching for all occurrences of an out of date email domain in my codebase on TFS. Specifically, I am searching for "@testexample.com". However, the search seems to completely ignore the "@" symbol. If I search "@testexample.com", I get all occurrences of "testexample.com". I have also tried "*@testexample.com" but prefix wildcards aren't allowed in code search. 回答1: That's not supported. Checked for some characters in code search. You can't use the symbol characters except * and ? as