Search with pattern does not find "$valueType%?"
One of the first things I wanted to try out with R#5 was structural search. The feature I wanted to implement was to convert valueType? references to Nullable<valueType>. Unfortunately it seems that my search pattern for this does not work. The search does find results if the ? is removed however.
Is there some type of escaping required to find ? characters?

Please sign in to leave a comment.
This scenario is not supported yet.
I submitted issue for this: http://youtrack.jetbrains.net/issue/RSRP-179333
You can track progress on it.