roblox-bug-tracker
roblox-bug-tracker copied to clipboard
AutoComplete prefers deprecated methods while DeprecatedObjectsShown is enabled
When the DeprecatedObjectsShown studio setting is enabled, typing certain methods like FindFirstChild and GetService causes AutoComplete to prefer the deprecated lowercase version of the method.
To clarify, it causes autocomplete to not display the correct case version at all.
Fixed at some point.
game:FindF...
still selects findFirstChild
. Same with getService.
Where are you typing this? I've tried the script editor and command bar and the lowercase version appears in neither place.
Turns out this is occurring because I have DeprecatedObjectsShown enabled. Updating the issue.