You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Azure DevOps Services, Team Foundation Server 2013 or later, or Git
78
78
79
-
-[Skype for Business](/skypeforbusiness/) to contact your team from the code editor
79
+
-[Microsoft Teams](/MicrosoftTeams/) or [Skype for Business](/skypeforbusiness/) to contact your team from the code editor
80
80
81
81
For C# or Visual Basic code that's stored with Team Foundation Version Control (TFVC) or Git, you get CodeLens details at the class and method levels (*code element-level* indicators). If your Git repository is hosted in TfGit, you also get links to TFS work items.
82
82
@@ -117,7 +117,7 @@ Find changes for an entire file in the file-level indicators at the bottom of th
117
117
> [!NOTE]
118
118
> File-level indicators are not available for C# and Visual Basic files.
119
119
120
-
To get more details about a change, right-click that item. Depending on whether you are using TFVC or Git, there are options to compare the versions of the file, view details and track the changeset, get the selected version of the file, and email the author of that change. Some of these details appear in **Team Explorer**.
120
+
To get more details about a change, right-click that item. Depending on whether you are using TFVC or Git, there are options to compare the versions of the file, view details and track the changeset, get the selected version of the file, and email the author of that change. Some of these details appear in **Team Explorer** in Visual Studio 2019 [version 16.7](/visualstudio/releases/2019/release-notes-v16.7#whats-new-in-visual-studio-2019-version-167/) and earlier. In Visual Studio 2019 [version 16.8](/visualstudio/releases/2019/release-notes-v16.8#whats-new-in-visual-studio-2019-version-168/) and later, these details will appear in **Git Changes**.
121
121
122
122
You can also see who changed your code over time. This can help you find patterns in your team's changes and assess their impact.
123
123
@@ -206,7 +206,7 @@ Find the author of an item by selecting the **authors** indicator or by pressing
206
206
207
207

208
208
209
-
Open the shortcut menu for an item to see the contact options. If you have Lync or Skype for Businessinstalled, you see these options:
209
+
Open the shortcut menu for an item to see the contact options. If you have Lync, Skype for Business, or Teams installed, you see options similar to those in the following screenshot:
210
210
211
211

212
212
@@ -289,6 +289,8 @@ Turn CodeLens file-level indicators on and off using the chevron icons at the bo
289
289
290
290
**A:** This might happen because CodeLens can't find the work items in Azure Boards or TFS. Check that you're connected to the project that has those work items, and that you have permissions to see those work items. Work item details might also not show if the commit description has incorrect information about the work item IDs in Azure Boards or TFS.
291
291
292
+
::: moniker range="<=vs-2019"
293
+
292
294
### Q: Why don't I see the Skype indicators?
293
295
294
296
**A:** Skype indicators don't appear if you're not signed into Skype for Business, don't have it installed, or don't have a supported configuration. However, you can still send email:
@@ -303,6 +305,8 @@ Turn CodeLens file-level indicators on and off using the chevron icons at the bo
303
305
304
306
CodeLens doesn't support having different versions of Lync or Skype installed. They might not be localized for all localized versions of Visual Studio.
305
307
308
+
::: moniker-end
309
+
306
310
### Q: How do I change the font and color for CodeLens?
307
311
308
312
**A:** Go to **Tools** > **Options** > **Environment** > **Fonts and Colors**.
@@ -355,4 +359,4 @@ To use the keyboard:
355
359
356
360
## See also
357
361
358
-
-[Features of the code editor](../ide/writing-code-in-the-code-and-text-editor.md)
362
+
-[Features of the code editor](../ide/writing-code-in-the-code-and-text-editor.md)
0 commit comments