Channel: ReSharper + Structural Search and Replace

Syndicate content
4.5
22.06.11 21:06 | Jura Gorohovsky

Creating Custom Inspections in ReSharper with Structural Search and Replace

Hadi Hariri describes Structural Search and Replace: a way to create and apply custom code inspections and quick-fixes in ReSharper 5 and above. It is very helpful in cases like adopting new .NET Framework and third-party library APIs. Full video of this session is available at http://tv.jetbrains.net/videocontent/resharper-tips-and-tricks-live-sess...

English 5,122 Comments
4.72222
22.06.11 20:06 | Jura Gorohovsky

ReSharper Tips and Tricks - Live Session at NDC 2011

In this impromptu session at NDC 2011, Hadi Hariri gives an hour worth of ReSharper tips and tricks. He covers multiple features related to navigation, generating code, selecting and rearranging code, refactoring code and project items, and using structural search and replace to create custom code inspections. He also discovers unexpected bugs in a pre-release ReSharper build that he's using, and highlights some of the new features for web developers introduced in ReSharper 6.

English 12,782 Comments
4.625
13.09.10 18:09 | Stefan Lieser

Using 'Search with Pattern' to change old style Assert.AreEqual to new style Assert.That

Do you have tons of unit tests using the old style Assert.AreEqual assertions? Want to change them quickly to new style Assert.That notation? ReSharper to the rescue! Use the new 'Search with Pattern' feature.

English 5,091 Comments