You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autocomplete used to filter results much better than it does now...
godot 3.x
godot 4
godot 4 matching case (shouldn't have to but still doesn't work)
I think fuzzy matches should always come last come after direct matches (case ignored) unless context dictates otherwise. but lists should be clean of anything that doesn't fit context in the first place
Steps to reproduce
create a new script
test autocomplete on just about anything compared to 3.x
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered:
Godot version
v4.0.alpha.custom_build [02f61d9]
System information
Windows 10
Issue description
Autocomplete used to filter results much better than it does now...
![image](https://user-images.githubusercontent.com/203130/159197469-596a962f-c81f-412e-9805-76ab3b719410.png)
godot 3.x
godot 4
![image](https://user-images.githubusercontent.com/203130/159197521-12a23cfc-244d-4101-8928-17ddd6c12814.png)
godot 4 matching case (shouldn't have to but still doesn't work)
![image](https://user-images.githubusercontent.com/203130/159197768-0e8275a0-e6fe-4100-b741-f8ea47cda788.png)
I think fuzzy matches should always come last come after direct matches (case ignored) unless context dictates otherwise. but lists should be clean of anything that doesn't fit context in the first place
Steps to reproduce
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: