Skip to content

Repo sync for protected CLA branch #7588

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jan 27, 2022
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Set symbol (.pdb) and source files in the debugger"
description: "Learn how to configure and manage symbol and source files in Visual Studio"
ms.date: "12/12/2021"
ms.custom: "contperf-fy21q4"
ms.topic: "conceptual"
ms.topic: "how-to"
f1_keywords:
- "VS.ToolsOptionsPages.Debugger.Native"
- "VS.ToolsOptionsPages.Debugger.Symbols"
Expand Down Expand Up @@ -283,4 +283,4 @@ You can specify the locations the debugger searches for source files, and exclud
## See also
- [Understand symbol files and Visual Studio symbol settings](https://devblogs.microsoft.com/devops/understanding-symbol-files-and-visual-studios-symbol-settings/)

- [.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/)
- [.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/)
4 changes: 2 additions & 2 deletions docs/ide/finding-and-replacing-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ In the following screenshot, `-0000` is selected in three locations; if the user

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

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.
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.

> [!TIP]
> If you've selected **Alt** as the modifier key for mouse-click Go to Definition in **Tools** > **Options**, multi-caret select is disabled.
> 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).

### Commands

Expand Down
8 changes: 7 additions & 1 deletion docs/ide/whats-new-visual-studio-2022.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "What's new in Visual Studio 2022"
titleSuffix: ""
description: "Learn about the new features in Visual Studio 2022."
ms.date: 12/03/2021
ms.date: 01/26/2022
helpviewer_keywords:
- "Visual Studio, what's new"
- "what's new [Visual Studio]"
Expand Down Expand Up @@ -41,6 +41,9 @@ In [Visual Studio 2022](https://devblogs.microsoft.com/visualstudio/visual-studi

:::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.":::

> [!NOTE]
> **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.

## Build modern apps

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).
Expand All @@ -65,6 +68,9 @@ From real-time & asynchronous collaboration tools to improved insights and produ

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.

> [!NOTE]
> **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.

### IntelliCode improvements

* **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.
Expand Down