dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.63k stars 25.3k forks source link

Empty Visual Studio Code indications #20392

Open es-rene99 opened 4 years ago

es-rene99 commented 4 years ago

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" image 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. image 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.

Rick-Anderson commented 4 years ago

@es-rene99 fantastic suggestion! @wadepickett please apply this to the RP version too.