Skip to content

Commit dcdddab

Browse files
committed
added note about when symbols become clickable
1 parent 2dbfd2d commit dcdddab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ide/go-to-and-peek-definition.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ manager: "ghogen"
2121
The Go To Definition and Peek Definition features enable you to easily view the definition of a type or member.
2222

2323
## Go To Definition
24-
The Go To Definition feature navigates to the source of a type or member, and opens the result in a new tab. If you are a keyboard user, place your text cursor somewhere inside the type or member name and press **F12**. If you are a mouse user, either select **Go To Definition** from the context menu, or, use the **Ctrl-click** functionality described below.
24+
The Go To Definition feature navigates to the source of a type or member, and opens the result in a new tab. If you are a keyboard user, place your text cursor somewhere inside the symbol name and press **F12**. If you are a mouse user, either select **Go To Definition** from the context menu, or, use the **Ctrl-click** functionality described below.
2525

2626
### Ctrl-click Go To Definition
27-
New for Visual Studio 2017 version 15.4 is an easier way for mouse users to quickly access Go To Definition. To use it, press the **Ctrl** key and then click on the type or member. It's that easy!
27+
New for Visual Studio 2017 version 15.4 is an easier way for mouse users to quickly access Go To Definition. Symbols become clickable when you press **Ctrl** and hover over the type or member. To quickly navigate to the definition of a symbol, press the **Ctrl** key and then click on it. It's that easy!
2828

2929
![Mouse click go to definition animation](../ide/media/click_gotodef.gif)
3030

0 commit comments

Comments
 (0)