Really loving the 'new' code search feature of TFS, but I am unable to guess how to escape "
an .
.
I want to find places in my code where I am using "SOMESTRING." in my code, but when searching for this the search engine seems to strib "
and .
so that I get all results where SOMESTRING
is used and that particular string that is a lot of results.
I have tried with backslash eg. \"SOMESTRING.\"
but same thing happens. ´strlit:SOMESTRING.` insures that I only get string literals in the results but the ´.´ is still ignored. The help don't seem to cover this.