-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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
Weird things appear in autocomplete #76919
Comments
Looks like a separated substring search:
My guess is, that this is intended behavior. |
The behavior might be indeed intended but highlighting the matching part is clearly incorrect in some cases. |
Yes, the highlighting is awkward, but look at "Anchor Offsets". It's not a real property |
Will be fixed when #75746 is merged. Edit : meant about strange highlighting not about the anchor offsets. Didn't see the last comment before commenting |
Those are categories, should be filtered out |
Godot version
4.0.2
System information
Ubuntu 22.04.1 LTS
Issue description
So far I've found these ones:
But there are likely more like them. They are invalid, at least in the context I encountered them here (at the beginning of a regular line of script)
Steps to reproduce
Type
Anchor
in the code editor.Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: