While reading or debugging code, using Go To Definition (F12) opens up another file, but sometimes you want to take a quick look at some code in another class. Using Peek Code (Alt + F12) opens up a small panel below your cursor allowing you to see/edit the code without losing current context. You can even use Peek Definition recursively, and navigate back and forth between different fragments using breadcrumbs.


