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.

../../_images/peek_references.gif

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.

../../_images/peek_definition_declaration.gif

Peek Type Definition

To peek the type of an element, place the cursor on its name and use the Peek Type Definition command.

../../_images/peek_type_definition.gif

Peek Implementations

To peek the implementations of a method, place the cursor on its name and use the Peek Implementations command.

../../_images/peek_implementations.gif