Skip to content

Commit ca4cd01

Browse files
authored
Merge pull request #7588 from MicrosoftDocs/main637788386982281337
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 30eb656 + ebd651e commit ca4cd01

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

docs/debugger/specify-symbol-dot-pdb-and-source-files-in-the-visual-studio-debugger.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Set symbol (.pdb) and source files in the debugger"
33
description: "Learn how to configure and manage symbol and source files in Visual Studio"
44
ms.date: "12/12/2021"
55
ms.custom: "contperf-fy21q4"
6-
ms.topic: "conceptual"
6+
ms.topic: "how-to"
77
f1_keywords:
88
- "VS.ToolsOptionsPages.Debugger.Native"
99
- "VS.ToolsOptionsPages.Debugger.Symbols"
@@ -283,4 +283,4 @@ You can specify the locations the debugger searches for source files, and exclud
283283
## See also
284284
- [Understand symbol files and Visual Studio symbol settings](https://devblogs.microsoft.com/devops/understanding-symbol-files-and-visual-studios-symbol-settings/)
285285

286-
- [.NET remote symbol loading changes in Visual Studio 2012 and 2013](https://devblogs.microsoft.com/devops/net-remote-symbol-loading-changes-in-visual-studio-2012-and-2013/)
286+
- [.NET remote symbol loading changes in Visual Studio 2012 and 2013](https://devblogs.microsoft.com/devops/net-remote-symbol-loading-changes-in-visual-studio-2012-and-2013/)

docs/ide/finding-and-replacing-text.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,10 @@ In the following screenshot, `-0000` is selected in three locations; if the user
164164

165165
![Multi-caret selection in an XML file in Visual Studio](media/multi-caret-selection.png)
166166

167-
To select multiple carets, click or make first text selection as usual, and then press **Alt** while you click or select text in each additional location. You can also automatically add matching text as additional selections, or select a box of text to edit identically on each line.
167+
To select multiple carets, click or make first text selection as usual, and then press **Ctrl**+**Alt** while you click or select text in each additional location. You can also automatically add matching text as additional selections, or select a box of text to edit identically on each line.
168168

169169
> [!TIP]
170-
> If you've selected **Alt** as the modifier key for mouse-click Go to Definition in **Tools** > **Options**, multi-caret select is disabled.
170+
> If you've selected **Alt** as the modifier key for mouse-click in "Go to Definition" from **Tools** > **Options** > **Text Editor** > **General**, multi-caret select is disabled. For more information, see [Options dialog box: Text Editor /> General](reference/options-text-editor-general.md).
171171
172172
### Commands
173173

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "What's new in Visual Studio 2022"
33
titleSuffix: ""
44
description: "Learn about the new features in Visual Studio 2022."
5-
ms.date: 12/03/2021
5+
ms.date: 01/26/2022
66
helpviewer_keywords:
77
- "Visual Studio, what's new"
88
- "what's new [Visual Studio]"
@@ -41,6 +41,9 @@ In [Visual Studio 2022](https://devblogs.microsoft.com/visualstudio/visual-studi
4141

4242
:::image type="content" source="media/vs-2022/find-files-faster.gif" alt-text="Animation of the Find in Files feature as it searches a large C# solution three times faster than the previous version of Visual Studio.":::
4343

44+
> [!NOTE]
45+
> **New in 17.1 Preview 3**: With new indexed searching, Find in Files is even faster! For more information, see the [Code search in Visual Studio 2022 is about to get much faster](https://devblogs.microsoft.com/visualstudio/code-search-in-visual-studio-is-about-to-get-much-faster/) blog post.
46+
4447
## Build modern apps
4548

4649
Visual Studio 2022 makes it quick and easy to build modern, cloud-based applications with Azure. As well, our new version also has full support for [.NET 6](https://devblogs.microsoft.com/dotnet/announcing-net-6/) and its unified framework for web, client, and mobile apps for both Windows and Mac developers. And, Visual Studio 2022 includes robust support for the C++ workload with new productivity features, C++20 tooling, and [IntelliSense](using-intellisense.md).
@@ -65,6 +68,9 @@ From real-time & asynchronous collaboration tools to improved insights and produ
6568

6669
If you've worked with projects hosted on different Git repositories, you might have used external tools or multiple instances of Visual Studio to connect to them. In [Visual Studio 2022](https://devblogs.microsoft.com/visualstudio/visual-studio-2022-preview-3-now-available/), you can work with a single solution that has projects in multiple repositories and contribute to them all from a single instance of Visual Studio. To learn more, see the [**Multi-repo support in Visual Studio**](https://devblogs.microsoft.com/visualstudio/multi-repo-support-in-visual-studio/) blog post.
6770

71+
> [!NOTE]
72+
> **New in 17.1 Preview 2**: We're continuing to add even more functionality to the Git feature set. For the latest info, see the [Introducing new Git features to Visual Studio 2022](https://devblogs.microsoft.com/visualstudio/introducing-new-git-features-to-visual-studio-2022/) blog post.
73+
6874
### IntelliCode improvements
6975

7076
* **Whole line completion**: In Visual Studio 2022, the [IntelliCode](/visualstudio/intellicode/) feature can now automatically complete code up to a whole line at a time. For details, see the [**Type less, code more with IntelliCode completions**](https://devblogs.microsoft.com/visualstudio/type-less-code-more-with-intellicode-completions/) blog post.

0 commit comments

Comments
 (0)