As far as autocomplete enhancements go this one is high !/$
“UDim2.new(” should autocomplete with the various constructors that are available.
Ditto for Vector3, CFrame, etc.
EDIT: Apparently this is working. It just removes the autocomplete help too early. It should wait until I am done typing the line of code instead of disappearing after I type the “(” in “UDim2.new(”
UDim2, Vector3, and CFrame all have Intellisense appear that show me their constructors. I’ll add functions like print, delay, etc. to our review list.