Discover Method Parameters Using Resharper

Posted almost 4 years ago on June 28, 2008

One of the great features of ReSharper is the context help it gives you as you work. The parameter information helper is one of those indispensable tools that I now rely on and can't live without. ReSharper gives you the parameter tips when you open the parentheses to the method you're calling, but sometimes you can lose the tip if you browse to another file or hit escape, etc. To get that window back, all you need to do is hit "CTRL+P" ("CTRL+SHIFT+SPACE" for the Visual Studio scheme).

ParameterInfo_thumb

This is part 4 of a series of posts exploring how to become a ReSharper keyboard ninja.

Previously:
Part 3 - Surround Your Code
Part 2 - Find Inheritors
Part 1 - Quick Documentation View

Comments

New Comment