Skip to content

Commit

Permalink
Indicate that Go To Definition triggers are for VS Code (#2558)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 authored Sep 16, 2024
1 parent 9ad1d5d commit 6dcf24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Sorry, your browser doesn't support embedded videos. This video demonstrates the
Go-to-definition allows users to navigate to the target constant or method's definition,
whether they're defined in your project or its dependencies.

This feature can be triggered by one of the following methods:
In VS Code this feature can be triggered by one of the following methods:

- `Right click` on the target, and then select `Go to Definition`
- Placing the cursor on the target, and then hit `F12`
Expand Down

0 comments on commit 6dcf24a

Please sign in to comment.