Using Resharper's structural search and replace to find usages.

Resharper structural search and replace Part I - Searching

You are looking at revision 4 of this page, which may be out of date. View the latest version.  

There isn't much documentation on Resharper's Structural Search and Replace

Resharper 6.1 ships with custom (built in really) patterns that you can use to learn how it works.

Consider the case where you want to find all the usages of the Text property on a Windows Form:

form_usages.png

$form$.Font = $exp$;

like this:

structural<em>search</em>and_replace1.png

Posted by: Wallace Turner
Last revised: 13 Apr, 2013 01:58 AM History
You are looking at revision 4 of this page, which may be out of date. View the latest version.

Comments

No comments yet. Be the first!

No new comments are allowed on this post.