New intellisense doesn't prioritize string matches

image

isServer has a 3 letter match, isPlaySolo does not have a match. isServer should be on the top regardless of how many times I use isPlaySolo.

5 Likes

I actually like this showing recently used more than how it used to be, itā€™s more similar to other IDEs and it is nice for things like typing ā€œFindFirstā€ because until this update FindFirstAncestor was the first thing that was suggested and I constantly accidentally used that instead of FindFirstChild which now shows up instead.
But I do think that having on/off settings for this would be nice.

The thread isnā€™t about the feature, itā€™s about a bug in the feature.

Itā€™s useful if youā€™ve typed something that could be completed in multiple ways. Itā€™s not useful if you type something and it suggests something that you could not possibly have been trying to type just because it contains some of the same letters somewhere in it.

2 Likes

Do you use ā€˜issā€™ to choose isPlaySolo often? If so, then this is working as intended.

I never have. It prioritizes isPlaySolo because I use isPlaySolo more often than isServer in general.

We have more changes for Autocomplete coming, Iā€™ll check and see if any of them resolve this.