-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When typing "too fast", HTML element completions are omitted #9725
Comments
Razor Logger Output:
|
The issue of typing a HTML tag fast, and pressing tab to accept the 1st intellisense item, and getting the wrong tag put in happens regularly for me in .cshtml files. It's so annoying. After it happens, most of the time it won't repeat the problem for that same tag at that same editor location, meaning it works after erasing it and re-typing/tabbing. But sometimes after it happens and I erase and slowly re-do it, I can see that intellisense doesn't have that item in the list, and I have to type the full thing without being able to press tab. This happens even more regularly for HTML attributes. For example, I have a I'm almost certain, but not 100% sure, it happens when the preview feature |
Reported here too: https://www.reddit.com/r/Blazor/s/g61LU8V68q |
Quite often when I'm editing a This particular issue seems like it's probably related. Here is an example of me typing |
Version: 17.9.0 P2
You can see my 3 attempts of typing
<form
in the recording:Rogzites.2023-12-17.113440.mp4
Note that even after slowing down typing, HTML completions do not appear anymore in this completion session.
I encounter this issue all the time while developing Blazor. Look at this, I'm trying to simply open a
<dl>
tag, but if I don't spell it slowly, I get the wrong completion:Rogzites.2023-12-17.113929.mp4
The text was updated successfully, but these errors were encountered: