dotnet / razor

Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
https://asp.net
MIT License
474 stars 187 forks source link

Typing "too fast" does not trigger member list in C# block #9724

Open Peter-Juhasz opened 6 months ago

Peter-Juhasz commented 6 months ago

Version: VS 17.9.0 P2

Example 1:

https://github.com/dotnet/razor/assets/9047283/0b7d6e29-77be-431f-b79f-f4d715c25349

Notice that not even slowing down and typing characters one by one triggers the member list anymore.

Example 2 (I triggered completion explicitly by Ctrl+Space at the end):

https://github.com/dotnet/razor/assets/9047283/8b8de951-b3a7-4e24-bf84-080cae51139f

davidwengier commented 6 months ago

Looks like maybe IntelliCode/Copilot/Copilot Chat is getting in the way of completion?

Peter-Juhasz commented 6 months ago

If this is a question for me, disabling both IntelliCode ("Suggestions for C#") and Copilot (for Razor) doesn't solve the issue.

davidwengier commented 6 months ago

It was just me thinking out loud, but thank you for checking anyway :)