Show objects in autofill on variable calling GetService

As a Roblox developer, it is currently too hard to access objects through a variable that called GetService.

I have this code,

rs=game:GetService('ReplicatedStorage')
_rs=game.ReplicatedStorage

A sizeable issue is that intellisense doesn’t detect objects inside rs, only properties and events, and _rs shows properties, events, and objects in it. With a big workspace that uses GetService, accessing objects is difficult already, intellisense should detect objects in a service variable when calling GetService.

If Roblox is able to address this issue, it would improve my development experience because I would access long name objects, or easily access modules or folders.

13 Likes