-
Notifications
You must be signed in to change notification settings - Fork 104
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
Lookup insertion results sends 'rangeLength' ? #341
Comments
rangeLength is deprecated and can be ommited at all |
In any case, I think something is wrong (source):
Unless I'm misunderstanding what
Which given it was an insertion (rather than a replacement), sounds like the value should have been |
Moreover, are we certain that we shouldn't use |
Typing
System.
and selectingout
as the option to insert from the code completion lookup that appears in the IDE results in this being sent:It seems like
rangeLength
should not be specified given this is an insertion rather than a replacement (sincerange.start == range.end
).The text was updated successfully, but these errors were encountered: