Add C# Dev Kit IntelliSense guidance to VS Code tab in "Add a new field" tutorial#36797
Open
Add C# Dev Kit IntelliSense guidance to VS Code tab in "Add a new field" tutorial#36797
Conversation
Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix empty Visual Studio Code indications in ASP.NET Core docs
Add C# Dev Kit IntelliSense guidance to VS Code tab in "Add a new field" tutorial
Feb 24, 2026
wadepickett
reviewed
Feb 24, 2026
aspnetcore/tutorials/first-mvc-app/new-field/includes/new-field9.md
Outdated
Show resolved
Hide resolved
wadepickett
reviewed
Feb 24, 2026
wadepickett
approved these changes
Feb 24, 2026
Contributor
wadepickett
left a comment
There was a problem hiding this comment.
Approved after fixes commited.
tdykstra
approved these changes
Feb 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The VS Code tab in the "Update Create.cshtml with a Rating field" section was either blank or screenshot-only across supported versions, while the VS tab had explanatory text about IntelliSense and Tag Helpers.
Changes
new-field.md(10.0+),new-field9.md(9.0),new-field8.md(8.0) — Added explanatory text to the VS Code tab to match the VS tab's IntelliSense guidance, with a reference to the C# Dev Kit extension:Fixed alt-text grammar (
"existed"→"existing") in the VS Code screenshot descriptions across all three files.Updated
ms.dateinnew-field.md.Out-of-support versions (3.1, 5.0, 6.0, 7.0) are unchanged.
Original prompt
This section details on the original issue you should resolve
<issue_title>Empty Visual Studio Code indications</issue_title>


<issue_description>Hello, I was checking on the ASP.NET Core 3.1 docs, and I found a minor UI issue, there's an empty section if you select Visual Studio Code option after the text "Update the /Views/Movies/Create.cshtml with a Rating field"
I understand that this is because in the Visual Studio/Visual Studio Mac dialog explains that you can use IntelliSense to work with Tag Helpers.
But I believe for improving the UX the VS Code section should not be empty, it could show for example, a suggestion to the user to install the C# extension in VSCode by OmniSharp https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp which includes Intellisense and could help him fill the Tag Helpers.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
<agent_instructions>Do not extend any fixes or changes to Razor articles, stick with the single article and related code for that article. </agent_instructions>
Comments on the Issue (you are @copilot in this section)
@wadepickett ## 🤖 AI Triage SummaryThis preliminary assessment report was run by: @wadepickett
Date: 2026-02-24
Issue: 20392
Model: GitHub Copilot
Issue Analysis: Empty Visual Studio Code Tab Content in "Add a New Field" Tutorial
❓ Issue Validation
Status: Needs additional attention — not actionable yet as submitted
Reason: Possibly already addressed — the issue has been partially fixed across supported versions, but some older monikers still contain the original problem.
📋 Preliminary Assessment
The issue was reported on 2020-10-12 against the ASP.NET Core 3.1 version of "Part 8, add a new field to an ASP.NET Core MVC app." The reporter noted that when selecting the Visual Studio Code tab after the text "Update the /Views/Movies/Create.cshtml with a Rating field," the tab was entirely empty — only containing an HTML comment
<!-- This tab intentionally left blank. -->. The Visual Studio / Visual Studio for Mac tabs had IntelliSense guidance and screenshots.Rick Anderson commented on 2020-11-02 supporting the suggestion: "@es-rene99 fantastic suggestion! @wadepickett please apply this to the RP version too."
Current State Analysis (as of 2026-02-24)
After reviewing all version-specific includes of the article, here is the fix status per moniker:
>= aspnetcore-10.0new-field.mdL67-69= aspnetcore-9.0new-field9.mdL54-56= aspnetcore-8.0new-field8.mdL55-57= aspnetcore-7.0new-field7.mdL59-61](https://github.com/dotnet/AspNetCore.Docs/blob/3991a37d67aa1986ed119f05fdc5ab9be13c64d7/aspnetcore/tutorials/first-mvc-app/new-field/includes/new-field7.md#...💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
Internal previews