[WebToolsE2E][Blue]It doesn't show "<style></style>" when type "<sty" in <head> tab and press Shift + > in xxx.cshtml file
Open
Razor
- Dominant language
- TypeScript
- Stars
- 3.1k
- Forks
- 737
- Avg merge
- 17h 56m
- Merged PRs (30d)
- 21
Description
**INSTALL STEP**
1. Repro OS: Win11 24H2 ENU
2. Install latest VSCode (latest released version 1.103.0-insider)
3. Install SDK 9.0.303
4. Install public Pre-release C# Extension, version 2.87.26
**REPRO STEPS**
1. Create razor project
```
md razor
cd razor
dotnet new razor
```
2. Open this folder with vs code and open Pages/Shared/_Layout.cshtml.
3. Type " tab and press Shift + >.
**ACTUAL** Don't show "" like vs.
**EXPECTED** Show "" like vs.
Contributor guide
Assessment
This issue has not been assessed yet.