Skip to content

Commit 5e54581

Browse files
committed
Merge branch 'main' into live
2 parents 4fd8719 + c892553 commit 5e54581

29 files changed

+173
-128
lines changed

docs/ide/customizing-window-layouts-in-visual-studio.md

Lines changed: 151 additions & 108 deletions
Large diffs are not rendered by default.

docs/ide/how-to-manage-editor-modes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Full screen and virtual space mode
33
description: Learn how to manage the Visual Studio editor modes to display all of the tools and windows in a way that works best for you.
44
ms.custom: SEO-VS-2020
5-
ms.date: 05/20/2022
5+
ms.date: 08/24/2022
66
ms.topic: how-to
77
helpviewer_keywords:
88
- word wrap
@@ -79,5 +79,5 @@ In **Virtual Space** mode, spaces are inserted at the end of each line of code.
7979

8080
## See also
8181

82-
- [Customize window layouts in Visual Studio](../ide/customizing-window-layouts-in-visual-studio.md)
82+
- [Customize window layouts and personalize tabs](../ide/customizing-window-layouts-in-visual-studio.md)
8383
- [Fonts and Colors, Environment, Options dialog box](../ide/reference/fonts-and-colors-environment-options-dialog-box.md)
34.7 KB
Loading
109 KB
Loading

docs/ide/media/auto-hide-lrg.png

85.1 KB
Loading

docs/ide/media/auto-hide-sml.png

109 KB
Loading
Loading
Loading
Loading
8.75 KB
Loading
19.8 KB
Loading
22.8 KB
Loading
41.2 KB
Loading
Loading
Loading
Loading
60.2 KB
Loading
Loading
Loading
Loading

docs/ide/personalizing-the-visual-studio-ide.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Customize the IDE
33
description: Learn how to personalize the Visual Studio IDE in ways that best support your own development style and requirements.
44
ms.custom: SEO-VS-2020
5-
ms.date: 04/12/2021
5+
ms.date: 08/24/2022
66
ms.topic: conceptual
77
author: TerryGLee
88
ms.author: tglee
@@ -49,10 +49,9 @@ You can change the main menu casing between **Title Case** ("File") and **All Ca
4949

5050
To add or remove menu or toolbar items, see [How to: Customize menus and toolbars](../ide/how-to-customize-menus-and-toolbars-in-visual-studio.md).
5151

52-
5352
## Window layouts
5453

55-
You can define and save multiple window layouts and switch between them. For example, you can define one layout for coding and one for debugging. To arrange window positions and behavior and save custom layouts, see [Customize window layouts](../ide/customizing-window-layouts-in-visual-studio.md).
54+
You can define and save multiple window layouts and switch between them. For example, you can define one layout for coding and one for debugging. To arrange window positions and behavior and save custom layouts, see [Customize window layouts and personalize tabs](../ide/customizing-window-layouts-in-visual-studio.md).
5655

5756
## External tools
5857

docs/ide/productivity-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ At any one time, you may be working in multiple code files and moving among seve
151151

152152
To pin a file, choose the file's tab, and then choose the **Toggle Pin Status** button.
153153

154-
- **Move documents and windows to other monitors**. If you use more than one monitor when you develop applications, you can work on portions of your application more easily by moving files that are open in the editor to another monitor. You can also move tool windows, such as debugger windows, to another monitor and tab dock document and tool windows together to create "rafts." For more information, see [Customize window layouts in Visual Studio](../ide/customizing-window-layouts-in-visual-studio.md).
154+
- **Move documents and windows to other monitors**. If you use more than one monitor when you develop applications, you can work on portions of your application more easily by moving files that are open in the editor to another monitor. You can also move tool windows, such as debugger windows, to another monitor and tab dock document and tool windows together to create "rafts." For more information, see [Customize window layouts and personalize tabs in Visual Studio](../ide/customizing-window-layouts-in-visual-studio.md).
155155

156156
You can also manage files more easily by creating another instance of **Solution Explorer** and moving it to another monitor. To create another instance of **Solution Explorer**, open a shortcut menu in **Solution Explorer**, and then choose **New Solution Explorer View**.
157157

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Set the Visual Studio dark theme and change text colors
33
description: Learn how to change the default Visual Studio color theme to dark mode and change font colors in the code editor.
4-
ms.date: 07/11/2022
4+
ms.date: 08/24/2022
55
ms.topic: how-to
66
ms.custom: contperf-fy21q1
77
author: TerryGLee
@@ -135,5 +135,5 @@ We explored just a couple ways of customizing the colors in Visual Studio. We ho
135135

136136
- [How to: Change fonts, colors, and themes in Visual Studio](../ide/how-to-change-fonts-and-colors-in-visual-studio.md)
137137
- [How to: Change text case in the editor](../ide/how-to-change-text-case-in-the-editor.md)
138-
- [How to: Customize window layouts](customizing-window-layouts-in-visual-studio.md)
138+
- [How to: Customize window layouts and personalize tabs](customizing-window-layouts-in-visual-studio.md)
139139
- [Visual Studio IDE overview](../get-started/visual-studio-ide.md)

docs/ide/reference/general-environment-options-dialog-box.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: General, Environment, Options Dialog Box
33
description: Learn how to use the General page in the Environment section to change color themes, status bar settings, file extension associations, and more for the IDE.
44
ms.custom: SEO-VS-2020
5-
ms.date: 03/30/2022
5+
ms.date: 08/24/2022
66
ms.topic: reference
77
f1_keywords:
88
- VS.Environment.General
@@ -110,4 +110,4 @@ Specifies that when the **Auto Hide** button is clicked, only the tool window th
110110

111111
## See also
112112

113-
- [Customize window layouts](../../ide/customizing-window-layouts-in-visual-studio.md)
113+
- [Customize window layouts and personalize tabs](../../ide/customizing-window-layouts-in-visual-studio.md)

docs/ide/reference/tabs-and-windows-environment-options-dialog-box.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tabs and Windows, Environment, Options Dialog Box
33
description: Learn about the personalization options available in the Tabs and Windows dialog box, such as vertical tabs to help keep your workspace organized, and more.
44
ms.custom: SEO-VS-2020
5-
ms.date: 08/16/2022
5+
ms.date: 08/24/2022
66
ms.topic: reference
77
f1_keywords:
88
- "VS.ToolsOptionsPages.Environment.TabsAndWindows"
@@ -18,7 +18,7 @@ ms.workload:
1818

1919
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
2020

21-
Use this dialog to set options for [tabs](../customizing-window-layouts-in-visual-studio.md#tabs) and [windows](../customizing-window-layouts-in-visual-studio.md#arrange-and-dock-windows) in the [code editor](../../get-started/tutorial-editor.md). For more information, see [Customize window layouts in Visual Studio](../customizing-window-layouts-in-visual-studio.md).
21+
Use this dialog to set options for [tabs](../customizing-window-layouts-in-visual-studio.md#personalize-tabs) and [windows](../customizing-window-layouts-in-visual-studio.md#arrange-and-dock-windows) in the [code editor](../../get-started/tutorial-editor.md). For more information, see [Customize window layouts and personalize tabs in Visual Studio](../customizing-window-layouts-in-visual-studio.md).
2222

2323
::: moniker range="vs-2022"
2424

@@ -34,4 +34,4 @@ Use this dialog to set options for [tabs](../customizing-window-layouts-in-visua
3434

3535
## See also
3636

37-
- [Customize window layouts and tabs](../customizing-window-layouts-in-visual-studio.md)
37+
- [Customize window layouts and personalize tabs](../customizing-window-layouts-in-visual-studio.md)

docs/ide/use-solution-explorer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Learn about Solution Explorer
33
description: Learn how you can use the Solution Explorer tool window in Visual Studio to create & manage your files, projects, and solutions.
4-
ms.date: 06/27/2022
4+
ms.date: 08/24/2022
55
ms.topic: conceptual
66
ms.custom: contperf-fy22q4
77
helpviewer_keywords:
@@ -104,4 +104,4 @@ For a tutorial that walks you through how to add items and projects by using the
104104

105105
- [What are solutions and projects in Visual Studio?](solutions-and-projects-in-visual-studio.md)
106106
- [What is the .NET Project Designer?](reference/project-properties-reference.md)
107-
- [Customize window layouts in Visual Studio](customizing-window-layouts-in-visual-studio.md)
107+
- [Customize window layouts and personalize tabs in Visual Studio](customizing-window-layouts-in-visual-studio.md)

docs/install/visual-studio-build-numbers-and-release-dates.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: A list of released versions and build numbers for Visual Studio, so
55
author: rjmolyneaux
66
ms.author: rmolyneaux
77
manager: jmartens
8-
ms.date: 8/16/2022
8+
ms.date: 8/23/2022
99
ms.custom: vs-acquisition
1010
ms.topic: reference
1111
ms.workload:
@@ -26,6 +26,7 @@ The following table lists the build numbers and release dates for Visual Studio
2626

2727
| **Version**| **Channel** | **Release date** | **Build version** |
2828
| ---------------------- | ----------- | ---------------- | ----------------- |
29+
| 17.3.2 | Release | August 23, 2022 | 17.3.32819.101 |
2930
| 17.3.1 | Release | August 16, 2022 | 17.3.32811.315 |
3031
| 17.3.0 | Release | August 9, 2022 | 17.3.32804.467 |
3132
| 17.4.0 | Preview 1 | August 9, 2022 | 17.4.32804.182 |

docs/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@
837837
href: ide/how-to-change-fonts-and-colors-in-visual-studio.md
838838
- name: Menus and toolbars
839839
href: ide/how-to-customize-menus-and-toolbars-in-visual-studio.md
840-
- name: Window layouts
840+
- name: Window layouts & tabs
841841
href: ide/customizing-window-layouts-in-visual-studio.md
842842
- name: File nesting in Solution Explorer
843843
href: ide/file-nesting-solution-explorer.md

subscriptions/vscloud-overview.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: evanwindom
44
ms.author: amast
55
manager: shve
66
ms.assetid: af1f7888-6942-4515-9475-0928ecf49dab
7-
ms.date: 06/14/2022
7+
ms.date: 08/24/2022
88
ms.topic: overview
99
description: Rent Visual Studio Professional or Visual Studio Enterprise on a month-to-month or annual basis, with no long-term contract.
1010
---
@@ -76,11 +76,13 @@ Your subscriptions will remain in place until their scheduled billing date, but
7676

7777
## Frequently asked questions
7878

79+
This section discusses questions related to the fact that Microsoft is no longer offering annual cloud subscriptions.
80+
7981
### For new customers:
8082

8183
#### Q: I was considering the Annual Cloud subscription, and now I can’t find it.  What should I do?
8284

83-
A: Please go to [https://visualstudio.microsoft.com/vs/pricing/](https://visualstudio.microsoft.com/vs/pricing/) for other purchasing options.
85+
A: Microsoft is no longer offering annual cloud subscriptions. Please go to [https://visualstudio.microsoft.com/vs/pricing/](https://visualstudio.microsoft.com/vs/pricing/) for other purchasing options.
8486

8587
#### Q: What purchasing options are available to me?
8688

@@ -94,7 +96,7 @@ A: You'll receive perpetual license rights for the Visual Studio IDE that came
9496

9597
### For existing annual cloud subscribers
9698

97-
#### Q: How will this change impact me?
99+
#### Q: How will the end of annual cloud subscription sales impact me?
98100

99101
A: This change won't impact existing subscribers.
100102

0 commit comments

Comments
 (0)