Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,184 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm working on a visual studio 2022 Extension.
But as soon as i import it inside the visual studio 2022 "Tools" -> "Code Snippet Manager" it will work in files like: HomeController.cs but not in home.cshtml (All .cshtml files).
What kind of <Code Language="" do i need to put in here to get it working in .cshtml files. I have tried 'html' and "razor" but that didn't work.