Saturday 17 March 2012

Navigating code without Resharper

 

Use Ctrl+K, Ctrl+V for class view search, then type the member name you want to go to...

image

Although on large solutions it's not quite as blistering fast as Resharper navigation

You can also invoke static methods from here to test them, without having to spin up MSTest or the like...

image

No comments:

Post a Comment

How to find the last interactive logons in Windows using PowerShell

Use the following powershell script to find the last users to login to a box since a given date, in this case the 21st April 2022 at 12pm un...