Peek Exploration
Peek commands are available if you want to quickly check something. The results are embedded inline in the editor, presented in a peek window.
Peek References
To peek the references of an element, place the cursor on its name and use the Peek References command.
Peek Definition / Declaration
To peek the definition / declaration of an element, place the cursor on its name and use the Peek Definition / Peek Declaration command.
Peek Type Definition
To peek the type of an element, place the cursor on its name and use the Peek Type Definition command.
Peek Implementations
To peek the implementations of a method, place the cursor on its name and use the Peek Implementations command.