Skip to content

Commit 3c38262

Browse files
Copilotwadepickett
andauthored
Add C# Dev Kit IntelliSense guidance to VS Code tab in "Add a new field" tutorial (#36797)
* Initial plan * Fix empty VS Code tab in Add a new field tutorial (issue #20392) Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com> * Apply suggestions from code review --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com> Co-authored-by: Wade Pickett <wpickett@microsoft.com>
1 parent b88e5b0 commit 3c38262

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

aspnetcore/tutorials/first-mvc-app/new-field.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
title: Part 8, add a new field to an ASP.NET Core MVC app
3+
ai-usage: ai-assisted
34
author: wadepickett
45
description: Part 8 of tutorial series on ASP.NET Core MVC.
56
monikerRange: '>= aspnetcore-3.1'
67
ms.author: wpickett
7-
ms.date: 01/22/2026
8+
ms.date: 02/24/2026
89
uid: tutorials/first-mvc-app/new-field
910
---
1011
# Part 8, add a new field to an ASP.NET Core MVC app
@@ -66,7 +67,9 @@ You can copy/paste the previous "form group" and let intelliSense help you updat
6667

6768
# [Visual Studio Code](#tab/visual-studio-code)
6869

69-
:::image type="content" source="~/tutorials/first-mvc-app/new-field/media/vscode-update-form.png" alt-text="Updating the existed form by inserting the new field Rating.":::
70+
You can copy/paste the previous "form group" and let IntelliSense help you update the fields. IntelliSense works with [Tag Helpers](xref:mvc/views/tag-helpers/intro). The [C# Dev Kit](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit) extension provides IntelliSense support in Visual Studio Code.
71+
72+
:::image type="content" source="~/tutorials/first-mvc-app/new-field/media/vscode-update-form.png" alt-text="Updating the existing form by inserting the new field Rating.":::
7073

7174
---
7275

aspnetcore/tutorials/first-mvc-app/new-field/includes/new-field8.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ You can copy/paste the previous "form group" and let intelliSense help you updat
5454

5555
# [Visual Studio Code](#tab/visual-studio-code)
5656

57-
![Updating the existed form by inserting the new field "Rating".](~/tutorials/first-mvc-app/new-field/_static/VSCode-UpdatingForm.png)
57+
You can copy/paste the previous "form group" and let IntelliSense help you update the fields. IntelliSense works with [Tag Helpers](xref:mvc/views/tag-helpers/intro). The [C# Dev Kit](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit) extension provides IntelliSense support in Visual Studio Code.
58+
59+
![Updating the existing form by inserting the new field "Rating".](~/tutorials/first-mvc-app/new-field/_static/VSCode-UpdatingForm.png)
5860

5961
---
6062

aspnetcore/tutorials/first-mvc-app/new-field/includes/new-field9.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,15 @@ Update the `/Views/Movies/Create.cshtml` with a `Rating` field.
4747

4848
# [Visual Studio](#tab/visual-studio)
4949

50-
You can copy/paste the previous "form group" and let intelliSense help you update the fields. IntelliSense works with [Tag Helpers](xref:mvc/views/tag-helpers/intro).
50+
You can copy/paste the previous "form group" and let IntelliSense help you update the fields. IntelliSense works with [Tag Helpers](xref:mvc/views/tag-helpers/intro).
5151

5252
![The developer has typed the letter R for the attribute value of asp-for in the second label element of the view. An Intellisense contextual menu has appeared showing the available fields, including Rating, which is highlighted in the list automatically. When the developer clicks the field or presses Enter on the keyboard, the value will be set to Rating.](~/tutorials/first-mvc-app/new-field/_static/9/cr-VS22-17.11.0.png)
5353

5454
# [Visual Studio Code](#tab/visual-studio-code)
5555

56-
![Updating the existed form by inserting the new field "Rating".](~/tutorials/first-mvc-app/new-field/_static/9/VSCode-UpdatingForm9.png)
56+
You can copy/paste the previous "form group" and let IntelliSense help you update the fields. IntelliSense works with [Tag Helpers](xref:mvc/views/tag-helpers/intro). The [C# Dev Kit](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit) extension provides IntelliSense support in Visual Studio Code.
57+
58+
![Updating the existing form by inserting the new field "Rating".](~/tutorials/first-mvc-app/new-field/_static/9/VSCode-UpdatingForm9.png)
5759

5860
---
5961

0 commit comments

Comments
 (0)