Editing .cshtml Files Without Recompiling in Visual Studio Code
Assuming you have an existing dotnet mvc project created and the c# extension installed, it's easy to enable editing cshtml files so that changes can be made and seen without having to recompile (restart debugging).
Open the terminal in VS Code with...
jimgetty.hashnode.dev1 min read