Skip to content

Commit 8239fa9

Browse files
authored
Merge pull request #5764 from MicrosoftDocs/master637336492416938974
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 8ec14b5 + ed2ee9b commit 8239fa9

18 files changed

+142
-43
lines changed

docs/ide/how-to-change-fonts-and-colors-in-visual-studio.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: How to change font colors, text size, and high-contrast options
3-
description: Learn how to change the font color and the text size in Visual Studio, and how to select contrast options for accessibility concerns.
2+
title: Change themes, fonts, text, and contrast for accessibility
3+
description: Learn how to change Visual Studio color themes, font colors, text sizes, and extra-contrast colors for ease of use and accessibility concerns.
44
ms.date: 08/20/2020
55
ms.topic: how-to
66
ms.custom: contperfq1
@@ -14,9 +14,9 @@ manager: jillfra
1414
ms.workload:
1515
- multiple
1616
---
17-
# How to: Change fonts, colors, and high-contrast options in Visual Studio
17+
# How to: Change fonts, colors, and themes in Visual Studio
1818

19-
You can change the fonts and the colors in Visual Studio in many ways. For example, you can change the default blue color theme to the dark theme (also referred to as "dark mode"). And, you can change the default font and text size to a different font and size. You can also select a high-contrast theme if that best suits your needs.
19+
You can change the fonts and the colors in Visual Studio in many ways. For example, you can change the default blue color theme to the dark theme (also referred to as "dark mode"). You can also select a extra-contrast theme if that best suits your needs. And, you can change the default font and text size in both the IDE and the code editor.
2020

2121
## Change the color theme
2222

@@ -118,5 +118,6 @@ To learn more details about all the user interface (UI) elements for which you c
118118

119119
## See also
120120

121-
- [Change fonts and colors for the code editor](../ide/reference/how-to-change-fonts-and-colors-in-the-editor.md)
122-
- [Features of the Visual Studio code editor](../ide/writing-code-in-the-code-and-text-editor.md)
121+
- [How to: Change fonts and colors for the editor in Visual Studio](../ide/reference/how-to-change-fonts-and-colors-in-the-editor.md)
122+
- [Features of the Visual Studio code editor](../ide/writing-code-in-the-code-and-text-editor.md)
123+
- [Personalize the Visual Studio IDE and the editor](../ide/quickstart-personalize-the-ide.md)
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Change the F1 help key
3+
description: "Describes how to re-map or remove the F1 key mapping"
4+
ms.date: 08/20/2020
5+
ms.topic: how-to
6+
ms.custom: contperfq1
7+
robots: noindex,nofollow
8+
manager: jillfra
9+
author: mikejo5000
10+
ms.author: mikejo
11+
---
12+
# Change the F1 help key in Visual Studio
13+
14+
If you want to use the F1 key for a different function than the F1 help service, or you just want to disable the help using F1, you can remove or modify the key mapping.
15+
16+
> [!IMPORTANT]
17+
> If you want to disable F1 help due to performance issues, we recommend you modify the key mapping temporarily so you can test improvements to the F1 help service in updates to Visual Studio. In most scenarios, F1 is an easy way to open reference pages for language keywords and APIs from the code editor, or to open help pages associated with windows or UI elements in the IDE. If you disable it, you disable it for all uses from within Visual Studio.
18+
19+
**To disable the F1 help:**
20+
21+
1. In Visual Studio, select **Tools** > **Options**, then under **Environment**, select **Keyboard**.
22+
23+
1. In the **Show commands containing** text box, type **Help.f1** to filter the view of commands.
24+
25+
![Disable F1 Help](../not-in-toc/media/disable-f1-help-key.png)
26+
27+
1. Select **Remove** to remove the key mapping.
28+
29+
1. Select the **Press shortcut key** text box.
30+
31+
1. On your keyboard, press a new key or key combination for the F1 help such as **Alt + F1**, select **Assign**, and then select **OK**.
32+
33+
For more information on setting keyboard shortcuts, see [Identify and customize keyboard shortcuts](../../ide/identifying-and-customizing-keyboard-shortcuts-in-visual-studio.md).
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Default F1 help page for the text editor
3+
description: "Default page for F1 help requests for the Visual Studio text editor"
4+
ms.date: 08/20/2020
5+
ms.topic: troubleshooting
6+
ms.custom: contperfq1
7+
robots: noindex,nofollow
8+
f1_keywords:
9+
- vs.texteditor
10+
manager: jillfra
11+
author: mikejo5000
12+
ms.author: mikejo
13+
---
14+
# F1 help for the text editor
15+
16+
It looks like we couldn't find what you were looking for, and we apologize. You can help us improve by leaving feedback through the buttons at the bottom of this page, or try one of the following suggestions.
17+
18+
## Cursor position
19+
20+
If you're looking for F1 help on a keyword or API name, be sure you position the cursor inside or just to the right of the word before you press **F1**. If that doesn't fix the issue, try one of the following suggestions.
21+
22+
## Find help on a keyword or API
23+
24+
- For C# help, see the [C# programming guide](/dotnet/csharp/programming-guide/) or [language reference](/dotnet/csharp/language-reference/).
25+
- For Visual Basic help, see the [Visual Basic language features](/dotnet/visual-basic/programming-guide/language-features/) or [language reference](/dotnet/visual-basic/language-reference/).
26+
- For Python help, see [Python documentation](https://docs.python.org/).
27+
- For C++ help, see [C/C++ language and standard libraries reference](/cpp/cpp/c-cpp-language-and-standard-libraries).
28+
- For F# help, see the [F# guide](/dotnet/fsharp/).
29+
- For TypeScript help, see the [TypeScript documentation](https://www.typescriptlang.org/docs).
30+
31+
## Search for help on a keyword or API name
32+
33+
If you're looking for F1 help on a keyword or API name:
34+
- Try searching on [docs.microsoft.com](https://docs.microsoft.com)
35+
- Try searching using a search engine.
36+
- Search for reference documentation on [.NET API browser](/dotnet/api/).
37+
38+
## Find the source code for an API
39+
40+
If the source code is available from your project, place your cursor inside the API in the code editor, open the right-click context menu and select **Go to Definition**. For more information, see [View type and member definitions](../../ide/go-to-and-peek-definition.md).
41+
42+
## Re-map or disable the F1 help key
43+
44+
If you want to change the key mapping for F1, see [Change the F1 help key](../not-in-toc/change-f1-help-key.md).
45+
46+
## Useful links
47+
48+
- For help on the Visual Studio text editor, see [Use the code editor](../../ide/writing-code-in-the-code-and-text-editor.md).
49+
- Browse a list of Knowledge Base articles on the [Visual Studio troubleshooting](/troubleshoot/visualstudio/welcome-visual-studio/) page.
50+
- For information about Visual Studio, see [Visual Studio overview](../../get-started/visual-studio-ide.md).

docs/ide/not-in-toc/default.md

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,43 @@
11
---
22
title: Default page for F1 help
3-
ms.date: 07/20/2020
3+
description: "Default page for F1 help requests for Visual Studio"
4+
ms.date: 08/20/2020
45
ms.topic: troubleshooting
6+
ms.custom: contperfq1
57
robots: noindex,nofollow
68
f1_keywords:
7-
- vs.texteditor
89
- vs.ambient
910
manager: jillfra
10-
author: TerryGLee
11-
ms.author: tglee
11+
author: mikejo5000
12+
ms.author: mikejo
1213
---
1314
# F1 help
1415

15-
It looks like we couldn't find what you were looking for, and we apologize. You can help us improve by leaving feedback through the buttons at the bottom of this page.
16+
It looks like we couldn't find what you were looking for, and we apologize. You can help us improve by leaving feedback through the buttons at the bottom of this page, or try one of the following suggestions.
1617

17-
## Cursor position
18+
## Search for help
1819

19-
If you're looking for F1 help on a keyword or API name, be sure you position the cursor inside or just to the right of the word before you press **F1**. If that still doesn't work, select from the following [useful links](#useful-links) list, or do a search on https://docs.microsoft.com.
20+
If you're looking for F1 help on a window, a keyword, or an API name:
21+
22+
- Try searching on [docs.microsoft.com](https://docs.microsoft.com)
23+
- Try searching using a search engine.
24+
25+
## Find help on a keyword or API
26+
27+
- For C# help, see the [C# programming guide](/dotnet/csharp/programming-guide/) or [language reference](/dotnet/csharp/language-reference/).
28+
- For Visual Basic help, see the [Visual Basic language features](/dotnet/visual-basic/programming-guide/language-features/) or [language reference](/dotnet/visual-basic/language-reference/).
29+
- For Python help, see [Python documentation](https://docs.python.org/).
30+
- For C++ help, see [C/C++ language and standard libraries reference](/cpp/cpp/c-cpp-language-and-standard-libraries).
31+
- For F# help, see the [F# guide](/dotnet/fsharp/).
32+
- For TypeScript help, see the [TypeScript documentation](https://www.typescriptlang.org/docs).
33+
34+
## Re-map or disable the F1 help key
35+
36+
If you want to change the key mapping for F1, see [Change the F1 help key](../not-in-toc/change-f1-help-key.md).
2037

2138
## Useful links
2239

2340
- Search for reference documentation on [.NET API browser](/dotnet/api/).
41+
- For help on the Visual Studio text editor, see [Use the code editor](../../ide/writing-code-in-the-code-and-text-editor.md).
2442
- Browse a list of Knowledge Base articles on the [Visual Studio troubleshooting](/troubleshoot/visualstudio/welcome-visual-studio/) page.
25-
- For C# help, see the [C# guide](/dotnet/csharp/index).
26-
- For Visual Basic help, see the [Visual Basic guide](/dotnet/visual-basic/).
27-
- For F# help, see the [F# guide](/dotnet/fsharp/).
28-
- For Python help, see [Python in Visual Studio](../../python/overview-of-python-tools-for-visual-studio.md).
29-
- For C++ help, see [C++ in Visual Studio](/cpp/visual-cpp-in-visual-studio).
3043
- For information about Visual Studio, see [Visual Studio overview](../../get-started/visual-studio-ide.md).
31-
- For help on the Visual Studio text editor, see [Use the code editor](../../ide/writing-code-in-the-code-and-text-editor.md).
Loading

docs/ide/quickstart-personalize-the-ide.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: How to use the dark theme and change the text color in the editor
3-
description: Learn how to set the default Visual Studio color theme to dark mode and change font colors in the text editor.
2+
title: Set the Visual Studio dark theme and change text colors
3+
description: Learn how to change the default Visual Studio color theme to dark mode and change font colors in the code editor.
44
ms.date: 08/20/2020
55
ms.topic: how-to
66
ms.custom: contperfq1
@@ -10,9 +10,9 @@ manager: jillfra
1010
ms.workload:
1111
- multiple
1212
---
13-
# How to: Personalize the Visual Studio IDE and text editor
13+
# How to: Personalize the Visual Studio IDE and the editor
1414

15-
In this how-to article, we'll customize the Visual Studio color theme by selecting the dark theme. We'll also customize the colors for two different types of text in the text editor.
15+
In this how-to article, we'll customize the Visual Studio color theme from the default blue theme to the dark theme. Then, we'll customize the colors for two different types of text in the code editor.
1616

1717
::: moniker range="vs-2017"
1818

@@ -120,10 +120,10 @@ Now we'll customize some text colors for the editor. First, let's create a new X
120120

121121
![XML file with new font colors](media/quickstart-personalize-xml-file-new-colors.png)
122122

123-
We explored just a couple ways of customizing the colors in Visual Studio. We hope that you'll explore the other customization options in the **Options** dialog box, to truly make Visual Studio your own.
123+
We explored just a couple ways of customizing the colors in Visual Studio. We hope that you'll explore the other customization options in the [**Options**](../ide/reference/fonts-and-colors-environment-options-dialog-box.md) dialog box, to truly make Visual Studio your own.
124124

125125
## See also
126126

127-
- [Change fonts, colors, and high-contrast options in Visual Studio](../ide/how-to-change-fonts-and-colors-in-visual-studio.md)
128-
- [Customize the editor](../ide/how-to-change-text-case-in-the-editor.md)
129-
- [Visual Studio IDE Overview](../get-started/visual-studio-ide.md)
127+
- [How to: Change fonts, colors, and themes in Visual Studio](../ide/how-to-change-fonts-and-colors-in-visual-studio.md)
128+
- [How to: Change text case in the editor](../ide/how-to-change-text-case-in-the-editor.md)
129+
- [Visual Studio IDE overview](../get-started/visual-studio-ide.md)

docs/ide/whats-new-visual-studio-2019.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "What's new in Visual Studio 2019"
33
titleSuffix: ""
44
description: "Learn about the new features in Visual Studio 2019."
5-
ms.date: 08/05/2020
5+
ms.date: 08/21/2020
66
helpviewer_keywords:
77
- "Visual Studio, what's new"
88
- "what's new [Visual Studio]"
@@ -146,7 +146,7 @@ For more information, see the [Visual Studio Live Share for real-time code revie
146146

147147
We're introducing a new extension that you can download to use with Visual Studio 2019. With this new extension, you can review, run, and even debug pull requests from your team without leaving Visual Studio. We support code in both GitHub and Azure DevOps repositories.
148148

149-
![A screenshot of the new start window in Visual Studio 2019](media/vs-2019/pr-experience.png)
149+
![A screenshot of the new Pull Requests extension in Visual Studio 2019](media/vs-2019/pr-experience.png)
150150

151151
For more information, see the [Code reviews using the Visual Studio Pull Requests extension](https://devblogs.microsoft.com/visualstudio/code-reviews-using-the-visual-studio-pull-requests-extension/) blog post.
152152

@@ -235,9 +235,9 @@ Why send feedback to the Visual Studio team? Because we take customer feedback s
235235
* [Visual Studio 2019 release notes](/visualstudio/releases/2019/release-notes/)
236236
* [Visual Studio 2019 for Mac release notes](/visualstudio/releasenotes/vs2019-mac-relnotes/)
237237
* [What's new in the Visual Studio 2019 SDK](../extensibility/whats-new-visual-studio-2019-sdk.md)
238-
* [What's new for C++ in Visual Studio](/cpp/overview/what-s-new-for-visual-cpp-in-visual-studio.md)
239-
* [What's new for C# 8.0](/dotnet/csharp/whats-new/csharp-8.md)
240-
* [What's new in .NET Core 3.1](/dotnet/core/whats-new/dotnet-core-3-1.md)
241-
* [What's new in .NET Framework](/dotnet/framework/whats-new.md)
238+
* [What's new for C++ in Visual Studio](/cpp/overview/what-s-new-for-visual-cpp-in-visual-studio/)
239+
* [What's new for C# 8.0](/dotnet/csharp/whats-new/csharp-8/)
240+
* [What's new in .NET Core 3.1](/dotnet/core/whats-new/dotnet-core-3-1/)
241+
* [What's new in .NET Framework](/dotnet/framework/whats-new/)
242242
* [Microsoft Build conference](https://www.microsoft.com/build)
243243
* [Microsoft Ignite conference](https://www.microsoft.com/ignite)

mac/accessibility-ide-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Set IDE accessibility options"
33
description: "Introduction to setting accessibility options in Visual Studio for Mac"
4-
author: alanjclark
4+
author: heiligerdankgesang
55
ms.author: dominicn
66
ms.date: 09/23/2019
77
ms.assetid: 87D22340-2BE6-40EE-ACFD-3CF1BA886175

mac/accessibility-keyboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Keyboard navigation in Visual Studio for Mac"
33
description: "Using Visual Studio for Mac with keyboard commands"
4-
author: alanjclark
4+
author: heiligerdankgesang
55
ms.author: dominicn
66
ms.date: 09/23/2019
77
ms.assetid: EF574E49-0465-4973-BE67-286DA20B8836

mac/accessibility-macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Using macOS accessibility options"
33
description: "Using macOS accessibility options and features, such as high contrast, keyboard navigation, and VoiceOver"
4-
author: alanjclark
4+
author: heiligerdankgesang
55
ms.author: dominicn
66
ms.date: 09/23/2019
77
ms.assetid: 598FC25A-6DA3-44BB-B128-AD979E9F86EA

mac/accessibility-voiceover.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: "Using VoiceOver with Visual Studio for Mac"
3+
titleSuffix: ""
34
description: "Using macOS VoiceOver navigation with Visual Studio for Mac"
4-
author: alanjclark
5+
author: heiligerdankgesang
56
ms.author: dominicn
67
ms.date: 09/23/2019
78
ms.assetid: 590C325D-AAD0-4889-B1DB-A1090BBFBE89

mac/accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Accessibility"
33
description: "Introduction of accessibility features in Visual Studio for Mac and how they can be enabled."
4-
author: alanjclark
4+
author: heiligerdankgesang
55
ms.author: dominicn
66
ms.date: 09/23/2019
77
ms.assetid: 2C4AAC2E-3B4A-4496-8BE0-1F5A7F81D1CA

mac/customizing-the-ide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Customizing the IDE
33
description: Visual Studio for Mac can be customized in a variety of ways, allowing users to develop apps in an environment that meets both their efficiency and aesthetic needs. This article explores the variety of ways Visual Studio for Mac can be adapted to suit your needs.
4-
author: alanjclark
4+
author: heiligerdankgesang
55
ms.author: dominicn
66
ms.date: 05/06/2018
77
ms.assetid: F7C2A28C-0759-4E0D-A28E-B72D5AB73DB6

mac/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"breadcrumb_path": "~/_breadcrumb/toc.yml",
8080
"extendBreadcrumb": true,
8181
"manager": "dominicn",
82-
"titleSuffix": "Visual Studio 2019 for Mac",
82+
"titleSuffix": "Visual Studio for Mac",
8383
"ms.topic": "conceptual",
8484
"audience": "developer",
8585
"ms.prod": "visual-studio-mac",

mac/docker-multi-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Tutorial - Create a Multi-Container App with Docker Compose
2+
title: Multi-Container App with Docker Compose
33
description: Learn how to manage more than one container and communicate between them in Visual Studio for Mac
44
author: heiligerdankgesang
55
ms.author: dominicn

mac/install-behind-a-firewall-or-proxy-server.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Install and use Visual Studio for Mac behind a firewall or proxy server"
2+
title: "Install and use Visual Studio for Mac with a firewall or proxy server"
3+
titleSuffix: ""
34
description: "This document provides a list of hosts that must be allowed in your firewall to allow Visual Studio for Mac (and its workloads, including Xamarin) to work in a corporate environment."
45
ms.assetid: 79C0F1A3-0C13-4E55-A820-1138A4082B77
56
author: heiligerdankgesang

mac/tutorial-aspnet-core-vsmac-extending.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Extending an existing ASP.NET Core web application"
2+
title: "Extend an existing ASP.NET Core web application"
33
description: This document contains video tutorials showing how to extend the eShopOnWeb sample ASP.NET Core application.
44
author: sayedihashimi
55
ms.author: sayedha

mac/tutorial-aspnet-core-vsmac-getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Getting started with ASP.NET Core in Visual Studio for Mac"
3+
titleSuffix: ""
34
description: This document contains video tutorials showing how to get start with ASP.NET Core in Visual Studio for Mac.
45
author: sayedihashimi
56
ms.author: sayedha

0 commit comments

Comments
 (0)