When doing workspace:Find and press enter, it will now write: FindFirstAncestor
this used to be FindFirstChild, which is much more frequently used.
I’m not saying there’s anything wrong, it only makes sense for it to select the suggestions in alphabetical order. What I suggest is an option to remove FindFirstAncestor from being suggested as top suggestion so that when I do workspace:Fin and press enter, it will once again write: FindFirstChild.
Hardly a super urgent matter but I still wanted to have it said.
Yeah I agree, obviously as you said not that important but quite a few times since this has come in i’ve found myself writing FindFirstAncestor using the prediction stuff, and not checking for some reason then ending up with weird results when I run the code.
Although I figure out pretty fast what the problem is, it’d be nice for FindFirstChild to be at the top, support.
To add on to this, I think that one letter variables shouldn’t be replaced by intellisense. For example, when I’m writing a in pairs loop and use the variable “v” it will then proceed to swap it out with “Vector2” and such. I often times find myself hitting enter to go to the next line and then having to go back up to make sure my one letter variable isn’t replaced by Vector2 and etc.