-
Notifications
You must be signed in to change notification settings - Fork 818
Auto-complete triggering keyword completions too often #12317
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
Beside avoiding Maybe it should only list things that are valid as binding pattern in this particular context ? maybe propose some of the attributes that are valid to put on method parameters (with the whole |
Labelling this as a regression - it's been like this a while but not forever, and should never have been allowed to regress |
I don't really know, I haven't looked at the FSharp.Editor completion code in quite a long time and it's a bit unclear what all the options are. My first thought on a minimal fix is that this
noCommitOnSpaceRules ? Are you familiar with this code?
It seems this only affects keywords, and may be exactly what's needed? It seems to fix the problem? I've only ever noticed this problem with keywords. What I don't understand is why this
@cartermp Do you have any insight here? thanks |
Fixed by #12318, manual testing so far |
Duplicate of #11145 |
If we type this:
then
void
appears as a completion - when we hit:
this text is insertedThe text was updated successfully, but these errors were encountered: