-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Directive completion is flaking out when you type the entire directive and then delete #10940
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
Comments
/cc @NTaylorMullen |
Interesting, I'm not seeing how we can control this other than from listening to TextBuffer change events and manually dismissing completions on specific deletes. I dug through this a little bit and it seems like a completion issue. @AmadeusW any insight? |
@NTaylorMullen please follow up on this, let's see how much we can influence here to get this fixed. |
@NTaylorMullen what did you learn during your investigation? Who invokes new completion after typing "inject"? |
Got to the point of seeing a new completion session start and realized it wasn't us so it was out of our control.
I see. WebTools has a heuristic to try and guess when to dismiss/re-invoke completion. We might be able to influence this. |
Closing this as fixed. |
On latest d16.2
It looks like completion switches the C# once you type (but don't commit) the directive name.
The text was updated successfully, but these errors were encountered: