Posted by Sébastien Lachance with Comments (0)
Important note : I am using ReSharper 2.x / IDEA keyboard mapping.
With this shortcut you can navigate and search the list of methods of the class you are presently in.
Gives you the possibility of going to the next or previous member or method in your class.
Parameter info. It's over now. Over the time when you had to hit the backspace key and retype some characters to see the list of parameters the method will take poping up. Hit this shortcut and code with less keystrokes.
I have recently discovered this neat shortcut. It gives you a list of recent files you have edited and the possibility to quickly switch to any of it.
Another recent discovery. It basically does the same thing as CTRL-E (Recent files you have edited), but with a small difference. You can navigate the list of changes you have made to your code. That's right, you can quickly go to any piece of code you have edited recently.
Related posts