Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit a94a85b

Browse files
committed
Add screenies for viewing code on GitHub
1 parent 2d48700 commit a94a85b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
11.5 KB
Loading

docs/contributing/viewing-code-on-github.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ GitHub for Visual Studio enables easy navigation to code that exists on GitHub d
88
3. In the code editor, highlight the section of text that you want to view in the browser.
99

1010
## Viewing the selected code on GitHub
11-
1. Right click and select **Open Link** from the **GitHub** submenu. TODO: screenshot
11+
1. Right click and select **Open on GitHub** from the **GitHub** submenu.
12+
![Open on GitHub](images/open-on-github.png)
1213
2. Your browser will open and navigate to the code on GitHub.
1314

1415
## Copying the URL of the selected code's location on GitHub
15-
1. Right click and select **Copy Link** from the **GitHub** submenu. The URL will be copied to the clipboard. TODO: screenshot
16+
1. Right click and select **Copy link to clipboard** from the **GitHub** submenu. The URL will be copied to the clipboard.
1617
2. Paste the URL into your browser to view it on GitHub.
1718

1819
## Viewing the selected code in blame view on GitHub
19-
1. Right click and select **Blame** from the **GitHub** submenu. TODO: screenshot
20+
1. Right click and select **Blame** from the **GitHub** submenu.
2021
2. Your browser will open and navigate to the code in blame view on GitHub.

0 commit comments

Comments
 (0)