search patter with &
I want to search for thisin VB.Net with the search with pattern thing.
string & string
the string can be a variable or a literal. So I thought I would start simple and just searh for & but it does not find anything while there is plenty of those ;-).
I use the resharper 6 EAP
Please sign in to leave a comment.
Hi Christiaan,
SSR better works for complete expressions, it need some context on what you are searching for.
So you'd better try searching $str1$ & $str2$ with expression placeholders
Thanks that's exactly what I needed.