structural search not possible in ReSharper
Hi,
Can ReSharper find the follwing using the structural search:
String someString;
someString = "abcdef";
It seems like it is not possible. (probably a bug)
I am using ReSharper 6.0.
In my opinion the search pattern should be:
$type$ $id$;
$id$ = "abcdef";
Many thanks.
Please sign in to leave a comment.
Hello Nassere,
This seems to be a bug and we're currently investigating this problem. We'll
write back soon with further info. Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Thanks a lot for your answer.
I have created a new issue for this bug at http://youtrack.jetbrains.net/issue/RSRP-276157
Hi,
Do you have any idea if this issue will be solved in the next release of ReSharper?
Many thanks,
Hello Nassere,
This problem should get fixed in the upcoming ReSharper 6.1. Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"