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
description: Discover recent changes in the Visual Studio documentation, including updated articles about getting started, the IDE, and deployment.
4
-
ms.date: 02/01/2024
4
+
ms.date: 03/01/2024
5
5
helpviewer_keywords:
6
6
- "Visual Studio, what's new, docs"
7
7
- "what's new [Visual Studio]"
@@ -16,6 +16,139 @@ ms.topic: conceptual
16
16
17
17
Welcome to what's new in Visual Studio docs. The following sections provide details on the previous three months of new and updated content.
18
18
19
+
## February 2024
20
+
21
+
### Azure
22
+
23
+
**Updated articles**
24
+
25
+
-[Add Azure Cosmos DB to your app by using Visual Studio Connected Services](../azure/azure-cosmosdb-add-connected-service.md) - Add troubleshooting information for Azure CosmosDB emulator
26
+
27
+
### Data tools
28
+
29
+
**Updated articles**
30
+
31
+
-[Create a database and add tables in .NET Framework applications using Visual Studio](../data-tools/create-a-sql-database-by-using-a-designer.md) - Review and update
32
+
33
+
### Debugger
34
+
35
+
**New articles**
36
+
37
+
-[How to use Messages view](../debugger/how-to-use-messages-view.md)
38
+
-[How to use Windows view](../debugger/how-to-use-windows-view.md)
39
+
40
+
**Updated articles**
41
+
42
+
-[Expressions in the Visual Studio debugger](../debugger/expressions-in-the-debugger.md) - Update descriptions for debugger intrinsic functions
43
+
-[Create custom views of C++ objects in the debugger using the Natvis framework](../debugger/create-custom-views-of-native-objects.md) - Add content for Natvis Intrinsic expansion
44
+
-[Assertions in Managed Code](../debugger/assertions-in-managed-code.md) - Fix Visual Basic code examples for Assert
45
+
-[Debug your app with GitHub Copilot in Visual Studio](../debugger/debug-with-copilot.md)
46
+
- Clarify get started steps for Debug with Copilot article
47
+
- Add example scenario for debugging with Copilot
48
+
-[Unable to Attach to the Process](../debugger/unable-to-attach-to-the-process.md) - Update steps for Unable to Attach to Process
49
+
-[Search for a process in Processes view](../debugger/how-to-search-for-a-process-in-processes-view.md) - Refactor Spy++ docs to a smaller set of articles
50
+
-[Search for a thread in Threads view](../debugger/how-to-search-for-a-thread-in-threads-view.md) - Refactor Spy++ docs to a smaller set of articles
51
+
-[Introducing Spy++](../debugger/introducing-spy-increment.md) - Refactor Spy++ docs to a smaller set of articles
52
+
-[Message Options dialog box](../debugger/message-options-dialog-box.md) - Refactor Spy++ docs to a smaller set of articles
53
+
-[Messages view](../debugger/messages-view.md) - Refactor Spy++ docs to a smaller set of articles
54
+
-[Process Properties dialog box](../debugger/process-properties-dialog-box.md) - Refactor Spy++ docs to a smaller set of articles
55
+
-[Processes view](../debugger/processes-view.md) - Refactor Spy++ docs to a smaller set of articles
56
+
-[Search tools for Spy++ views](../debugger/search-tools-for-spy-increment-views.md) - Refactor Spy++ docs to a smaller set of articles
57
+
-[Spy++ reference overview](../debugger/spy-increment-reference.md) - Refactor Spy++ docs to a smaller set of articles
58
+
-[Spy++ Toolbar](../debugger/spy-increment-toolbar.md) - Refactor Spy++ docs to a smaller set of articles
59
+
-[Threads view](../debugger/threads-view.md) - Refactor Spy++ docs to a smaller set of articles
60
+
-[Using Spy++](../debugger/using-spy-increment.md) - Refactor Spy++ docs to a smaller set of articles
61
+
-[Window Properties dialog box](../debugger/window-properties-dialog-box.md) - Refactor Spy++ docs to a smaller set of articles
62
+
-[Windows view](../debugger/windows-view.md) - Refactor Spy++ docs to a smaller set of articles
63
+
64
+
### Designers
65
+
66
+
**Updated articles**
67
+
68
+
-[Fix HDPI/scaling issues with Windows Forms Designer in Visual Studio](../designers/disable-dpi-awareness.md) - Add information about .NET 8 support for DPI-unaware tabs
69
+
70
+
### Extensibility
71
+
72
+
**New articles**
73
+
74
+
-[Extensibility Language Server Provider](../extensibility/visualstudio.extensibility/language-server-provider/language-server-provider.md)
75
+
-[Customizing editor behavior by using Language Configuration](../extensibility/language-configuration.md)
-[Anatomy of a VSIX package](../extensibility/anatomy-of-a-vsix-package.md) - Review, update screenshots and text
82
+
-[Create custom project and item templates](../extensibility/creating-custom-project-and-item-templates.md) - Review, update screenshots and text
83
+
-[Tutorial - Create your first extension: Hello World](../extensibility/extensibility-hello-world.md) - Review, update screenshots and text
84
+
-[Get started with the VSIX Project template](../extensibility/getting-started-with-the-vsix-project-template.md) - Review, update screenshots and text
85
+
-[Solution (.sln) file](../extensibility/internals/solution-dot-sln-file.md) - Review, update screenshots and text
86
+
87
+
### IDE
88
+
89
+
**Updated articles**
90
+
91
+
-[Customize the Visual Studio IDE](../ide/personalizing-the-visual-studio-ide.md) - Merge editor docs
92
+
-[Suppress compiler warnings](../ide/how-to-suppress-compiler-warnings.md) - Add links, information about code analysis warnings
93
+
-[Quickstart: Create a Python web app with Visual Studio](../ide/quickstart-python.md) - Review and update
94
+
-[Title not found in: ](../ide/whats-new-visual-studio-docs.md) - Generate What's New for January 2024
95
+
96
+
### Modeling
97
+
98
+
**Updated articles**
99
+
100
+
-[Design-Time Code Generation by using T4 Text Templates](../modeling/design-time-code-generation-by-using-t4-text-templates.md) - Add NuGet package with link
101
+
-[Run-Time Text Generation with T4 Text Templates](../modeling/run-time-text-generation-with-t4-text-templates.md) - Add NuGet package with link
102
+
103
+
### MSBuild
104
+
105
+
**Updated articles**
106
+
107
+
-[Diagnose MSBuild task failures](../msbuild/diagnosing-task-failures.md) - Review and update, and add info on debugging MSBuild tasks
108
+
-[Customize your build](../msbuild/customize-your-build.md) - Review, update text and screenshots
109
+
-[WriteCodeFragment task](../msbuild/writecodefragment-task.md) - Add example of WriteCodeFragment task
110
+
-[Common MSBuild project items](../msbuild/common-msbuild-project-items.md) - Document Folder element
111
+
-[Tutorial: Create a custom task for code generation](../msbuild/tutorial-custom-task-code-generation.md) - Add missing property CopyLocalLockFileAssemblies
112
+
-[Customize the build by folder](../msbuild/customize-by-directory.md) - Review and update date
113
+
114
+
### Profiling
115
+
116
+
**Updated articles**
117
+
118
+
-[Analyze memory usage without debugging in the Performance Profiler (C#, Visual Basic, C++, F#)](../profiling/memory-usage-without-debugging2.md) - Add C++ content to Memory Usage article, refactor articles
119
+
-[Measure memory usage in Visual Studio (C#, Visual Basic, C++, F#)](../profiling/memory-usage.md) - Add C++ content to Memory Usage article, refactor articles
120
+
121
+
### Python
122
+
123
+
**Updated articles**
124
+
125
+
-[Configure Python web apps for IIS](../python/configure-web-apps-for-iis-windows.md) - Review and update
126
+
-[Publish Python web apps to Azure App Service on Linux](../python/publish-to-app-service-windows.md) - Review and update
127
+
-[Python web application project templates](../python/python-web-application-project-templates.md) - Review and update
128
+
-[Use the Cookiecutter extension](../python/using-python-cookiecutter-templates.md) - Review and update
129
+
-[Edit Python code and use Intellisense](../python/editing-python-code-in-visual-studio.md) - Review and update
130
+
-[Lint Python code in Visual Studio](../python/linting-python-code.md) - Review and update
131
+
-[Python support in Visual Studio on Windows](../python/overview-of-python-tools-for-visual-studio.md) - Review and update
132
+
-[Refactor Python code in Visual Studio](../python/refactoring-python-code.md) - Review and update
133
+
-[Install Python interpreters](../python/installing-python-interpreters.md) - Review and update
134
+
-[Manage required Python packages with requirements.txt](../python/managing-required-packages-with-requirements-txt.md) - Review and update
135
+
-[Use Python folders in Visual Studio search paths](../python/search-paths.md) - Review and update
136
+
-[Select a Python environment for a project in Visual Studio](../python/selecting-a-python-environment-for-a-project.md) - Review and update
137
+
-[Create and manage Python environments in Visual Studio](../python/managing-python-environments-in-visual-studio.md) - Review and update
138
+
139
+
### Test
140
+
141
+
**Updated articles**
142
+
143
+
-[Customize code coverage analysis](../test/customizing-code-coverage-analysis.md) - Update code coverage sample .runsettings to clarify VS 2022 vs. VS 2019 feature support
144
+
145
+
### Community contributors
146
+
147
+
The following people contributed to the Visual Studio docs during this period. Thank you! Learn how to contribute by following the links under "Get involved" in the [what's new landing page](index.yml).
@@ -116,7 +249,7 @@ Welcome to what's new in Visual Studio docs. The following sections provide deta
116
249
117
250
-[Make a Git commit in Visual Studio](../version-control/git-make-commit.md) - Add new section for AI-generated commit messages
118
251
119
-
## Community contributors
252
+
###Community contributors
120
253
121
254
The following people contributed to the Visual Studio docs during this period. Thank you! Learn how to contribute by following the links under "Get involved" in the [what's new landing page](index.yml).
122
255
@@ -220,121 +353,4 @@ The following people contributed to the Visual Studio docs during this period. T
-[jrdodds](https://github.com/jrdodds) - Jonathan Dodds 
223
-
-[Styxxy](https://github.com/Styxxy) - Hans De Mulder 
224
-
225
-
## November 2023
226
-
227
-
### Containers
228
-
229
-
**Updated articles**
230
-
231
-
-[Debug apps in a local Docker container](../containers/edit-and-refresh.md) - Add section for token proxy
232
-
233
-
### Data tools
234
-
235
-
**Updated articles**
236
-
237
-
-[Connect to a database in Visual Studio](../data-tools/add-new-connections.md) - Add info for Encrypt and Trust Server Certificate options for MDS 4.0 and Visual Studio 17.8
238
-
239
-
### Debugger
240
-
241
-
**Updated articles**
242
-
243
-
-[Quickstart: Debug ASP.NET Core with the Visual Studio debugger](../debugger/quickstart-debug-aspnet.md) - Update content related to ASP.NET Core debugging based on project template changes
244
-
-[Edit and Continue (Visual C#)](../debugger/edit-and-continue-visual-csharp.md) - Improve Hot Reload (C#/C++) documentation
245
-
-[Write and debug running code with Hot Reload in Visual Studio (C#, Visual Basic, C++)](../debugger/hot-reload.md)
246
-
- Improve Hot Reload (C#/C++) documentation
247
-
- .NET 8 updates for getting started with Live Unit Testing
248
-
249
-
### Deployment
250
-
251
-
**Updated articles**
252
-
253
-
-[First look at deployment in Visual Studio](../deployment/deploying-applications-services-and-components.md) - Review for .NET 8, and update date
254
-
-[Visual Studio Installer Projects Extension and .NET](../deployment/installer-projects-net-core.md) - .NET 8 updates for getting started with Live Unit Testing
-[Walkthrough: Create a code snippet in Visual Studio](../ide/walkthrough-creating-a-code-snippet.md) - fixes [9788](https://github.com/MicrosoftDocs/visualstudio-docs#9788)
276
-
-[Sign in or switch Visual Studio user accounts](../ide/signing-in-to-visual-studio.md) - Update signing-in-to-visual-studio.md
277
-
-[Get better answers by setting the context for GitHub Copilot Chat in Visual Studio](../ide/copilot-chat-context.md)
278
-
- New doc on improved context in copilot chat
279
-
-[Develop code in Visual Studio without projects or solutions](../ide/develop-code-in-visual-studio-without-projects-or-solutions.md) - Updated documentation for multiple folder support.
280
-
-[Understand build configurations](../ide/understanding-build-configurations.md) - Review and update
281
-
-[Tour the Visual Studio IDE](../ide/quickstart-ide-orientation.md) - .NET 8 Updates
282
-
-[Access multiple accounts associated with the Visual Studio sign-in account](../ide/sign-in-access-multiple-accounts.md) - .NET 8 Updates
283
-
-[Configure projects to target platforms](../ide/how-to-configure-projects-to-target-platforms.md) - Add two COM properties
284
-
-[Go to Find Combo box](../ide/find-command-box.md) - Update for Visual Studio 2022 - Find/Command box was renamed
285
-
-[Add or remove references by using the Reference Manager](../ide/how-to-add-or-remove-references-by-using-the-reference-manager.md) - Update Project References doc for .NET Core
286
-
-[Error List window](../ide/reference/error-list-window.md) - Document Problem Details window
287
-
288
-
### Install
289
-
290
-
**Updated articles**
291
-
292
-
-[Create and maintain a network installation of Visual Studio](../install/create-a-network-installation-of-visual-studio.md) - Installer doc updates for 17.8 (extensions in config file, EnableAdministratorUpdatesNotifications, --installerOnly)
293
-
-[Import or export installation configurations](../install/import-export-installation-configurations.md) - Installer doc updates for 17.8 (extensions in config file, EnableAdministratorUpdatesNotifications, --installerOnly)
294
-
-[Use command-line parameters to install, update, and manage Visual Studio](../install/use-command-line-parameters-to-install-visual-studio.md) - Installer doc updates for 17.8 (extensions in config file, EnableAdministratorUpdatesNotifications, --installerOnly)
295
-
296
-
### JavaScript
297
-
298
-
**Updated articles**
299
-
300
-
-[Unit testing JavaScript and TypeScript in Visual Studio](../javascript/unit-testing-javascript-with-visual-studio.md) - Add example for setting up React unit tests for esproj
301
-
-[Tutorial: Create an ASP.NET Core app with Angular in Visual Studio](../javascript/tutorial-asp-net-core-with-angular.md) - Update React, Vue, Angular tutorials for Visual Studio 17.8 GA
302
-
-[Tutorial: Create an ASP.NET Core app with React in Visual Studio](../javascript/tutorial-asp-net-core-with-react.md) - Update React, Vue, Angular tutorials for Visual Studio 17.8 GA
303
-
-[Tutorial: Create an ASP.NET Core app with Vue in Visual Studio](../javascript/tutorial-asp-net-core-with-vue.md) - Update React, Vue, Angular tutorials for Visual Studio 17.8 GA
304
-
-[Manage npm packages in Visual Studio](../javascript/npm-package-management.md) - Refactor Node.js content in JSTS and update First look at the IDE for JSTS
305
-
-[First look at the Visual Studio IDE](../javascript/quickstart-ide-orientation-js.md) - Refactor Node.js content in JSTS and update First look at the IDE for JSTS
306
-
-[Tutorial: Create a Node.js and React app in Visual Studio](../javascript/tutorial-nodejs-with-react-and-jsx.md) - Refactor Node.js content in JSTS and update First look at the IDE for JSTS
307
-
308
-
### MSBuild
309
-
310
-
**Updated articles**
311
-
312
-
-[Change waves](../msbuild/change-waves.md) - Review and update
313
-
-[MSBuild conditions](../msbuild/msbuild-conditions.md) - MSBuild Conditions: Add section that lists supported elements
314
-
315
-
### Profiling
316
-
317
-
**Updated articles**
318
-
319
-
-[First look at profiling tools (C#, Visual Basic, C++, F#)](../profiling/profiling-feature-tour.md) - Add .NET Counter information for profiling in Diagnostics Hub and update profiling articles
320
-
-[Run profiling tools with or without the debugger (C#, Visual Basic, C++, F#)](../profiling/running-profiling-tools-with-or-without-the-debugger.md) - Add .NET Counter information for profiling in Diagnostics Hub and update profiling articles
321
-
322
-
### Test
323
-
324
-
**Updated articles**
325
-
326
-
-[Get started with Live Unit Testing](../test/live-unit-testing-start.md) - .NET 8 updates for getting started with Live Unit Testing
327
-
328
-
### VSTO
329
-
330
-
**Updated articles**
331
-
332
-
-[Configure a computer to develop Office solutions](../vsto/how-to-configure-a-computer-to-develop-office-solutions.md) - Consolidate two articles on configuring VSTO
333
-
334
-
### Community contributors
335
-
336
-
The following people contributed to the Visual Studio docs during this period. Thank you! Learn how to contribute by following the links under "Get involved" in the [what's new landing page](index.yml).
0 commit comments