Skip to content

Commit 91a1595

Browse files
authored
Merge pull request #8487 from MicrosoftDocs/main637992398544611378sync_temp
Repo sync for protected CLA branch
2 parents ee42623 + 0ce6323 commit 91a1595

10 files changed

+23
-21
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Thank you for taking the time to contribute to the Visual Studio docs.
44

5-
This guide covers some general topics around contributing and refers to the [Microsoft Docs contributors guide](https://docs.microsoft.com/contribute) for more detailed explanations.
5+
This guide covers some general topics around contributing and refers to the [Microsoft Docs contributors guide](https://learn.microsoft.com/contribute) for more detailed explanations.
66

77
## Code of conduct
88

@@ -20,11 +20,11 @@ Please use the feedback tool at the bottom of any article to submit bugs and sug
2020

2121
### Quick edit in GitHub
2222

23-
Follow the guidance for [quick edits to existing documents](https://docs.microsoft.com/contribute/#quick-edits-to-existing-documents) in the contributors guide.
23+
Follow the guidance for [quick edits to existing documents](https://learn.microsoft.com/contribute/#quick-edits-to-existing-documents) in the contributors guide.
2424

2525
### Larger edits
2626

27-
Review the guidance for [pull requests](https://docs.microsoft.com/contribute/how-to-write-workflows-major#pull-request-processing) in the contributors guide.
27+
Review the guidance for [pull requests](https://learn.microsoft.com/contribute/how-to-write-workflows-major#pull-request-processing) in the contributors guide.
2828

2929
**NOTE**
3030

docs/azure/azure-app-insights-add-connected-service.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ms.workload: azure-vs
88
ms.topic: conceptual
99
ms.date: 08/17/2020
1010
ms.author: angelpe
11-
monikerRange: ">= vs-2019"
1211
---
1312
# Add Azure Application Insights by using Visual Studio Connected Services
1413

docs/debugger/debug-using-the-just-in-time-debugger.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ Just-In-Time debugging may still be enabled even if Visual Studio is no longer i
5252

5353
1. From the Windows **Start** menu, run the **Registry Editor** (*regedit.exe*).
5454

55-
2. In the **Registry Editor** window for 64-bit computers, locate and delete the following registry entries:
55+
2. In the **Registry Editor** window, locate and delete the following registry entries if they exist:
5656

5757
- **HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\\.NETFramework\DbgManagedDebugger**
5858

5959
- **HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger**
6060

6161
:::image type="content" source="../debugger/media/dbg-jit-registry.png" alt-text="JIT registry key" border="true":::
6262

63-
3. If the following registry entries are present, or your computer is running a 32-bit operating system, delete the following entries:
63+
3. Also delete the following registry entries if they exist:
6464

6565
- **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\\.NETFramework\DbgManagedDebugger**
6666

docs/get-started/tutorial-open-project-from-repo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ Feel free to dive into any of the following language-specific tutorials:
311311

312312
- [The Git experience in Visual Studio](../version-control/git-with-visual-studio.md)
313313
- [Compare Git and Team Explorer side-by-side](../version-control/git-team-explorer-feature-comparison.md)
314-
- [Microsoft Learn: Get started with Git and GitHub in Visual Studio](/learn/modules/visual-studio-github-push/)
315-
- [Microsoft Learn: Get started with Azure DevOps](/learn/modules/get-started-with-devops/)
314+
- [Get started with Git and GitHub in Visual Studio](/training/modules/visual-studio-github-push/)
315+
- [Get started with Azure DevOps](/training/modules/get-started-with-devops/)
316316
- [Azure DevOps Services: Get started with Azure Repos and Visual Studio](/azure/devops/repos/git/gitquickstart/)
317317

318318
::: moniker-end

docs/ide/csharp-developer-productivity.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: TerryGLee
55
ms.author: tglee
66
manager: jmartens
77
ms.technology: vs-ide-general
8-
ms.date: 07/31/2022
8+
ms.date: 09/19/2022
99
ms.topic: conceptual
1010
helpviewer_keywords:
1111
- editor
@@ -60,7 +60,7 @@ The following are popular Visual Studio shortcuts:
6060
| **Ctrl**+**\\**,**Ctrl**+**E** (Default Profile) or **Ctrl**+**W**,**E** (C# Profile) | View Error List | See all errors in your document, project, or solution |
6161
| **Alt** + **PgUp/PgDn** | Go to Next/Previous Issue | Jump to the previous/next error, warning, suggestion in your document |
6262
| **Ctrl**+**K**,**/** | Toggle single line comment/uncomment | This command adds or removes a single line comment depending on whether your selection is already commented |
63-
| **Ctrl**+**Shift**+**/** | Toggle block comment/uncomment | This command adds or removes block comments depending on what you have selected |
63+
| **Ctrl**+**Shift**+**/** | Toggle block comment/uncomment | This command adds or removes block comments depending on what you've selected |
6464

6565
> [!NOTE]
6666
> Some extensions unbind the default Visual Studio keybindings. You can restore your keybindings to their defaults by going to **Tools** > **Import and Export Settings** > **Reset all settings** or **Tools** > **Options** > **Keyboard** > **Reset**.
@@ -152,7 +152,7 @@ Check out the [.NET code-style rule options](/dotnet/fundamentals/code-analysis/
152152

153153
## Code Cleanup
154154

155-
Visual Studio provides on-demand formatting of your code file, including code style preferences, through the **Code Cleanup** feature. To run Code Cleanup, click the broom icon at the bottom of the editor or press **Ctrl**+**K**, **Ctrl**+**E**.
155+
Visual Studio provides on-demand formatting of your code file, including code style preferences, through the **Code Cleanup** feature. To run Code Cleanup, select the broom icon at the bottom of the editor or press **Ctrl**+**K**, **Ctrl**+**E**.
156156

157157
::: moniker range="vs-2022"
158158

@@ -166,7 +166,7 @@ Visual Studio provides on-demand formatting of your code file, including code st
166166

167167
::: moniker-end
168168

169-
You can also run code cleanup across your entire project or solution. Right-click on the project or solution name in **Solution Explorer**, select **Analyze and Code Cleanup**, and then select **Run Code Cleanup**.
169+
You can also run code cleanup across your entire project or solution. Right-click the project or solution name in **Solution Explorer**, select **Analyze and Code Cleanup**, and then select **Run Code Cleanup**.
170170

171171
::: moniker range="vs-2022"
172172

@@ -184,7 +184,7 @@ In addition to formatting your file for spaces, indents, et cetera, **Code Clean
184184

185185
## Refactorings and code fixes
186186

187-
Visual Studio comes with numerous refactorings, code generation actions, and code fixes. Red squiggles represent errors, green squiggles represent warnings, and three gray dots represent code suggestions. You can access code fixes by clicking the light bulb or screwdriver icon, or by pressing **Ctrl**+**.** or **Alt**+**Enter**. Each fix comes with a preview window that shows a live code diff of how the fix works.
187+
Visual Studio comes with numerous refactorings, code generation actions, and code fixes. Red squiggles represent errors, green squiggles represent warnings, and three gray dots represent code suggestions. You can access code fixes by selecting the light bulb or screwdriver icon, or by pressing **Ctrl**+**.** or **Alt**+**Enter**. Each fix comes with a preview window that shows a live code diff of how the fix works.
188188

189189
Popular quick fixes and refactorings include:
190190

@@ -321,9 +321,10 @@ Here's a list of editor and productivity features to make writing code more effi
321321
| Add usings for types in reference assemblies and NuGet packages | Shows an error light bulb with a code fix to install a NuGet package for an unreferenced type | **Tools** > **Options** > **Text Editor** > **C#** > **Advanced** > **Suggest usings for types in reference assemblies** and **Suggest usings for types in NuGet packages** |
322322
| Enable full solution analysis | See all errors in your solution in the **Error List** | **Tools** > **Options** > **Text Editor** > **C#** > **Advanced** > **Enable full solution analysis** |
323323
| Enable navigation to decompiled sources | Allow Go To Definition on types/members from external sources and use the ILSpy decompiler to show method bodies | **Tools** > **Options** > **Text Editor** > **C#** > **Advanced** > **Enable navigation to decompiled sources** |
324-
| Completion/Suggestion Mode | Changes the completion behavior in [IntelliSense](using-intellisense.md). Developers with IntelliJ backgrounds tend to use a non-default setting here. | **Menu** > **Edit** > **IntelliSense** > **Toggle Completion Mode** |
324+
| Completion/Suggestion Mode | Changes the completion behavior in [IntelliSense](using-intellisense.md). Developers with IntelliJ backgrounds tend to use a non-default setting here. | **Edit** > **IntelliSense** > **Toggle Completion Mode** (or press **Ctrl**+**Alt**+**Space** in the editor) |
325325
| [CodeLens](../ide/find-code-changes-and-other-history-with-codelens.md) | Displays code reference information and change history in the editor. (Source control CodeLens indicators aren't available in Visual Studio Community edition.) | **Tools** > **Options** > **Text Editor** > **All Languages** > **CodeLens** |
326326
| [Code snippets](../ide/visual-csharp-code-snippets.md) | Help stub out common boilerplate code | Type a snippet name and press **Tab** twice. |
327+
| Paste JSON as classes | Copy any JSON fragment to the clipboard and paste it as strongly typed .NET classes into any C# code file. | **Edit** > **Paste Special** > **Paste JSON As Classes** |
327328

328329
## See also
329330

docs/ide/reference/command-devenv-exe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ If an add-in exposes a command, you can use this switch to launch the add-in fro
4444

4545
The first example launches Visual Studio and automatically runs the macro Open Favorite Files.
4646

47-
The second example opens a web browsing tab within the IDE and navigates to the Microsoft Docs site.
47+
The second example opens a web browsing tab within the IDE and navigates to the Microsoft Learn site.
4848

4949
The third example creates a new file called `some_file.cs` and opens it in a code editor.
5050

5151
```shell
5252
devenv /command "Macros.MyMacros.Module1.OpenFavoriteFiles"
5353

54-
devenv /command "navigate https://docs.microsoft.com/"
54+
devenv /command "navigate https://learn.microsoft.com/"
5555

5656
devenv /command "nf some_file.cs"
5757
```

docs/ide/reference/showwebbrowser-command.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ Optional. Specifies that the page appears in the default web browser outside of
4747
The alias for the **ShowWebBrowser** command is **navigate** or **nav**.
4848

4949
## Example
50-
The following example displays the Microsoft Docs home page in a web browser outside of the IDE. If an instance of the web browser is already open, it is used; otherwise a new instance is launched.
50+
The following example displays the Microsoft Learn home page in a web browser outside of the IDE. If an instance of the web browser is already open, it is used; otherwise a new instance is launched.
5151

5252
```cmd
53-
>View.ShowWebBrowser https://docs.microsoft.com /ext
53+
>View.ShowWebBrowser https://learn.microsoft.com /ext
5454
```
5555

5656
## See also
5757

5858
- [Visual Studio Commands](../../ide/reference/visual-studio-commands.md)
5959
- [Command Window](../../ide/reference/command-window.md)
6060
- [Find/Command Box](../../ide/find-command-box.md)
61-
- [Visual Studio Command Aliases](../../ide/reference/visual-studio-command-aliases.md)
61+
- [Visual Studio Command Aliases](../../ide/reference/visual-studio-command-aliases.md)

docs/javascript/tutorial-asp-net-core-with-angular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Make sure to install the following:
7070

7171
:::image type="content" source="media/vs-2022/asp-net-core-choose-web-api-template.png" alt-text="Choose the Web API template":::
7272

73-
1. Give your project and solution a name. When you get to the **Additional information** window, select **.NET 6.0** as your target framework.
73+
1. Give your project a name. When you get to the **Additional information** window, select **.NET 6.0** as your target framework.
7474

7575
Once the project is created, Solution Explorer should look like this:
7676

docs/version-control/git-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ The Git Repository window has a list of branches displayed in a tree structure.
240240
> [!IMPORTANT]
241241
> If you have a suggestion for us, please let us know! We appreciate the opportunity to engage with you on design decisions via the [**Developer Community**](https://aka.ms/vsgitsuggestions) portal.
242242
243-
- [Get Started with Git and GitHub in Visual Studio](/learn/modules/visual-studio-github-push/) tutorial on Microsoft Learn
243+
- [Get Started with Git and GitHub in Visual Studio](/training/modules/visual-studio-github-push/) tutorial on Microsoft training
244244
- [Getting started with Git in Visual Studio](https://www.youtube.com/watch?v=GCZ9x3yqkyc) video on YouTube
245245
- [Enhanced productivity with Git in Visual Studio](https://devblogs.microsoft.com/visualstudio/enhanced-productivity-with-git-in-visual-studio/) blog post
246246
- [Options dialog box](../ide/reference/options-dialog-box-visual-studio.md)

pull_request_template.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ Before creating your pull request, please check your content against these quali
1010
- Should this page be linked to from other pages or Microsoft web sites?
1111
1212
For more information about creating content for docs.microsoft.com, see the contributor guide at https://docs.microsoft.com/contribute/.
13+
14+
When your PR is ready for review, add a comment with the text #sign-off to the Conversation tab.
1315
-->

0 commit comments

Comments
 (0)