Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
strauss_d_getting_started_with_visual_studio_2022_learning_a.pdf
Скачиваний:
123
Добавлен:
26.06.2023
Размер:
17.04 Mб
Скачать

Chapter 1 Getting to Know Visual Studio 2022

Figure 1-21.  Code suggestions applied

With all the code suggestions applied, Visual Studio displays a clean bill of health in the status indicator at the bottom of the code editor.

New Razor Editor

Visual Studio 2022 now allows developers to use the new Razor editor for local ASP.NET Core development with MVC, Razor Pages, and Blazor. This new Razor editor is based on a Language Server Protocol (LSP). The LSP defines the protocol used between the Visual Studio editor and a language server. Microsoft has therefore been able to add new functionality (more C# editing features) such as new code fixes and refactorings to Razor.

26