How Do I Create A Cshtml File In Visual Studio Code?

How Do I Create A Cshtml File In Visual Studio Code? Open Visual Studio Code. Select Terminal > New Terminal. In the new terminal run: dotnet new webapp -o WebApp1` code -r WebApp1. Open About.cshtml. Try out HTML completions. And Razor directive completions. And C# completions. You also get diagnostics (red squiggles) How do I