REGRESSION INFO: Repro in Nov release C# 2.110.4
INSTALL STEPS
- OS: window x64
- Install the SDK 10.0.102
- Install VS Code insiders - 1.109.0
- Install Jan prerelease 3 prerelease C# 2.113.22
REPRO STEPS
- Go to Settings >Check "Use Omnisharp“
- Create razor project
md razor
cd razor
dotnet new razor
- Open this folder with vs code and open Pages/Shared/_Layout.cshtml.
- Type "@Datet" in
<head> tab ,a C# completion list being displayed and it contains "DateTime", press Enter key to complete it, then type "." , the completion list displayed.
- Put the cursor into other lines, wait for 3s and then put the cursor after "@datetime.", then re-invoke it (Ctrl + Space)
Note: This issue works well when uncheck "Use Omnisharp“"
ACTUAL No intellisense is shown
EXPECTED Intellisense is shown
