Skip to content

Commit 829e3df

Browse files
committed
edits
1 parent 8f7474a commit 829e3df

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

docs/ide/find-code-changes-and-other-history-with-codelens.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CodeLens can show you both where and how the individual parts of your code are u
2626

2727
:::image type="content" source="./media/vs-2022/codelens-overview.png" border="false" alt-text="Screenshot of CodeLens indicators in the Visual Studio code editor." lightbox="./media/codelens-overview.png":::
2828

29-
View details about user's code changes, and use the right-click > **Send email to <user>** option to contact users without leaving the code editor:
29+
View details about user's code changes, and use the right-click **Send email to \<user>** option to contact users without leaving the code editor:
3030

3131
:::image type="content" source="./media/vs-2022/codelens-contact-info.png" border="false" alt-text="Screenshot that shows how to view details about changes made by your team members in CodeLens for Visual Studio.":::
3232

@@ -80,7 +80,7 @@ You need:
8080

8181
For C# (*.cs*) or Visual Basic (*.vb*) code stored with TFVC or Git, CodeLens details are visible at the class and method levels (*code element-level* indicators) within the file:
8282

83-
:::image type="content" source="./media/vs-2022/codelens-element-level-indicators.png" "border="false" alt-text="Screenshot that shows code element-level indicators for team contributions in CodeLens for Visual Studio.":::
83+
:::image type="content" source="./media/vs-2022/codelens-element-level-indicators.png" border="false" alt-text="Screenshot that shows code element-level indicators for team contributions in CodeLens for Visual Studio.":::
8484

8585
For file types other than *.cs* or *.vb*, the **Show file level Codelens indicator** option lets you view CodeLens details for the entire file. The *file-level* indicators are displayed at the bottom of the file in the code editor:
8686

@@ -111,7 +111,7 @@ To get more details about a change, right-click the item. Depending on whether y
111111

112112
The indicators show who changed your code over time, which can help you find patterns in your team's changes and assess their impact:
113113

114-
:::image type="content" source="./media/vs-2022/codelens-element-level-indicators.png" "border="false" alt-text="Screenshot that shows code element-level indicators for team contributions as a graph in CodeLens for Visual Studio.":::
114+
:::image type="content" source="./media/vs-2022/codelens-element-level-indicators.png" border="false" alt-text="Screenshot that shows code element-level indicators for team contributions as a graph in CodeLens for Visual Studio.":::
115115

116116
Starting in Visual Studio 2022 version 17.12 Preview 2, you can show or hide file-level indicators on the code editor horizontal scrollbar with the **Tools > Options > Text Editor > Advanced** > **Show file level CodeLens indicator** option. This option updates visibility for file types that implement the file-level CodeLens control in the bottom editor scrollbar, such as XAML, HTML, and CSS. The option doesn't affect files that contain inline CodeLens (C# and VB).
117117

@@ -151,14 +151,14 @@ The icon in the **Branch** column indicates how the branch is related to the bra
151151

152152
| Icon | The change came from |
153153
| --- | --- |
154-
| :::image type="icon" source=".../media/codelens-branch-current-icon.png"::: | The current branch |
155-
| :::image type="icon" source=".../media/codelens-branch-parent-icon.png"::: | The parent branch |
156-
| :::image type="icon" source=".../media/codelens-branch-child-icon.png"::: | A child branch |
157-
| :::image type="icon" source=".../media/codelens-branch-peer-icon.png"::: | A peer branch |
158-
| :::image type="icon" source=".../media/codelens-branch-further-away-icon.png"::: | A branch further away than a parent, child, or peer |
159-
| :::image type="icon" source=".../media/codelens-branch-merge-from-parent-icon.png"::: | A merge from the parent branch to a child branch |
160-
| :::image type="icon" source=".../media/codelens-branch-merge-from-child-icon.png"::: | A merge from a child branch to the parent branch |
161-
| :::image type="icon" source=".../media/codelens-branch-merge-from-unrelated-icon.png"::: | A merge from an unrelated branch (baseless merge) |
154+
| :::image type="icon" source="./media/codelens-branch-current-icon.png"::: | The current branch |
155+
| :::image type="icon" source="./media/codelens-branch-parent-icon.png"::: | The parent branch |
156+
| :::image type="icon" source="./media/codelens-branch-child-icon.png"::: | A child branch |
157+
| :::image type="icon" source="./media/codelens-branch-peer-icon.png"::: | A peer branch |
158+
| :::image type="icon" source="./media/codelens-branch-further-away-icon.png"::: | A branch further away than a parent, child, or peer |
159+
| :::image type="icon" source="./media/codelens-branch-merge-from-parent-icon.png"::: | A merge from the parent branch to a child branch |
160+
| :::image type="icon" source="./media/codelens-branch-merge-from-child-icon.png"::: | A merge from a child branch to the parent branch |
161+
| :::image type="icon" source="./media/codelens-branch-merge-from-unrelated-icon.png"::: | A merge from an unrelated branch (baseless merge) |
162162

163163
## Linked work items
164164

@@ -288,7 +288,7 @@ Many of the operations described in the following sections are available by usin
288288

289289
To use the keyboard to select indicators, select and hold the **Alt** key to display the related number keys, then select the number on the keyboard that corresponds to the desired indicator:
290290

291-
:::image type="content" source="./media/codelens-alt-keys.png" alt-text="Screenshot that shows the CodeLens keyboard access numbers in Visual Studio 2019.":::
291+
:::image type="content" source="./media/vs-2019/codelens-alt-keys.png" alt-text="Screenshot that shows the CodeLens keyboard access numbers in Visual Studio 2019.":::
292292

293293
> [!NOTE]
294294
> To select the **reviews** indicator, select **Alt** while using the **Left Arrow** and **Right Arrow key** to browse.
25 KB
Loading
64.5 KB
Loading

0 commit comments

Comments
 (0)