You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/extensibility/migration/modernize-theme-colors.md
+2-92Lines changed: 2 additions & 92 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,98 +103,6 @@ You can make a previous theme compatible with Visual Studio 2026 by merging its
103
103
104
104
2. Append the below set of tokens as the last two categories after the previous theme tokens. Make sure the category name and GUID are copied exactly as below.
105
105
106
-
Minimal migration token overrides for a Light based theme:
Copy file name to clipboardExpand all lines: docs/ide/how-to-save-and-open-files-with-encoding.md
+25-3Lines changed: 25 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Save and open files with encoding
3
3
description: Learn how to save and open files with specific encoding in Visual Studio, and ensure files open correctly in subsequent use.
4
-
ms.date: 01/13/2025
4
+
ms.date: 11/13/2025
5
5
ms.topic: how-to
6
6
helpviewer_keywords:
7
7
- Unicode, bidirectional language support
@@ -47,12 +47,34 @@ Follow these steps to save your file with encoding:
47
47
> [!NOTE]
48
48
> To save the project file with encoding, first unload the project. The **Save File As** option isn't enabled until you unload the project.
49
49
50
-
::: moniker range=">= vs-2022"
50
+
51
+
::: moniker range="visualstudio"
52
+
53
+
## Set the default encoding
54
+
55
+
You can set the default encoding for saving files.
56
+
57
+
1. In the **Tools** > **Options** pane, expand the **All Settings** > **Environment** > **Documents** section.
58
+
59
+
1. Select the **Save files with a specific encoding** checkbox.
60
+
61
+
1. In the **Save encoding** dropdown, select your desired default encoding type.
62
+
63
+
::: moniker-end
64
+
::: moniker range="vs-2022"
65
+
51
66
## Set the default encoding
52
67
53
68
Starting in Visual Studio 2022 version 17.13 Preview 1, you can set the default encoding for saving files.
54
69
55
-
To set the default, choose **Tools** > **Options** > **Environment**, **Documents**. Next, select **Save files with a specific encoding**, and then select the encoding you want as the default.
70
+
1. In the **Tools** > **Options** dialog, expand the **Environment** > **Documents** section.
71
+
72
+
1. Select the **Save files with a specific encoding** checkbox.
73
+
74
+
1. In the **Save encoding** dropdown, select your desired default encoding type.
Copy file name to clipboardExpand all lines: docs/ide/quick-actions.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Quick Actions, light bulbs, and screwdrivers
3
3
description: Use a single Quick Action in Visual Studio to refactor, generate, or modify your C#, C++, or Visual Basic code files to apply updates and fixes or generate code.
4
-
ms.date: 03/26/2025
4
+
ms.date: 11/17/2025
5
5
ms.update-cycle: 180-days
6
6
ms.topic: concept-article
7
7
author: Mikejo5000
@@ -78,10 +78,22 @@ If there's an error in your code, and Visual Studio has a recommended fix, you s
78
78
> [!TIP]
79
79
> You can turn off some of the code fix Quick Actions. For more information, see [Disable source code analysis for .NET](../code-quality/disable-code-analysis.md).
80
80
81
-
::: moniker range=">=visualstudio"
81
+
::: moniker range=">=vs-2022"
82
+
82
83
## Configure Quick Actions
83
84
84
-
You can configure whether to show Quick Actions when hovering over code by selecting **Tools > Options > Languages > Defaults > General**, and then selecting or deselecting **Show Quick Info on hover**.
85
+
You can configure whether to show Quick Actions when hovering over code by setting the **Show Quick Info on hover** option.
86
+
87
+
::: moniker-end
88
+
::: moniker range="visualstudio"
89
+
90
+
Open the **Tools** > **Options** pane and expand the **All Settings** > **Text Editor** > **General** section. Select or clear the **Show Quick Info on hover** checkbox.
91
+
92
+
::: moniker-end
93
+
::: moniker range="vs-2022"
94
+
95
+
Open the **Tools** > **Options** dialog and expand the **Text Editor** > **All Languages** > **General** section. Select or clear the **Show Quick Info on hover** checkbox.
description: Learn about the two command-line shells for developers in Visual Studio, the Developer Command Prompt and the Developer PowerShell.
4
4
author: Mikejo5000
5
5
ms.author: mikejo
6
-
ms.date: 09/23/2025
6
+
ms.date: 11/18/2025
7
7
ms.topic: article
8
8
helpviewer_keywords:
9
9
- "Visual Studio command prompt"
@@ -237,12 +237,16 @@ Start the Developer PowerShell for the Community Edition of [Visual Studio 2022
237
237
238
238
For Developer PowerShell, the starting directory of the shell is the Visual Studio Project Location. This default locale overrides any other paths, such as working directory. This behavior can be turned off by using the command-line argument `-SkipAutomaticLocation`. This can be useful if you want the shell to stay in the current directory after initialization.
239
239
240
-
::: moniker range="vs-2019"
241
-
The Project Location can be adjusted in **Tools** > **Options** > **Projects & Solutions** > **Project Location**.
240
+
::: moniker range="visualstudio"
241
+
The Project Location can be adjusted in the **Tools** > **Options**pane in the **All Settings**> **Projects and Solutions** > **Locations** section.
242
242
::: moniker-end
243
243
244
-
::: moniker range=">=vs-2022"
245
-
The Project Location can be adjusted in **Tools** > **Options** > **Projects & Solutions** > **Locations**.
244
+
::: moniker range="vs-2022"
245
+
The Project Location can be adjusted in the **Tools** > **Options** dialog in the **Projects and Solutions** > **Locations** section.
246
+
::: moniker-end
247
+
248
+
::: moniker range="vs-2019"
249
+
The Project Location can be adjusted in **Tools** > **Options** > **Projects & Solutions** > **Project Location**.
0 commit comments