Episode

Visual Studio Tip: Peek Definition

You are working on your code and find a method call. You can't remember what that method does. Maybe you use Go To Definition F12 to bring up the method you are calling so you can review the code. If you use Go To Definition you will LOVE Peek Definition ALT+F12. Peek Definition will bring up the method called inline within the code editor window, so you can review and edit the code in the same window as your current code. Check out this short video demonstration and discover the power of ALT+F12!