razor icon indicating copy to clipboard operation
razor copied to clipboard

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

Open Peter-Juhasz opened this issue 2 years ago • 3 comments

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

Peter-Juhasz avatar Dec 17 '23 10:12 Peter-Juhasz

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

davidwengier avatar Dec 17 '23 23:12 davidwengier

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

Peter-Juhasz avatar Dec 18 '23 20:12 Peter-Juhasz

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

davidwengier avatar Dec 18 '23 21:12 davidwengier