There’s a ton of services not shown there. Way more than we do show. The ones with properties, or intended to be used as storage, are shown. Why would RunService be an exception?
Those services should be displayed in the Object Browser as well. The Object Browser is a like an instant wiki that you don’t have to browse to or wait for pages to load – you know the name of what you’re using and then you’re presented with all of the things you can do with it. Just because they’re services instead of creatable objects doesn’t mean the Object Browser is magically not useful for them. Service events and methods can be just as easily forgotten as events, methods, and properties of creatable objects.
All instances that have any use should be shown. RunService contains the Step methods and it would be extremely useful if we did not have to open the wiki to remember the exact name. This is the same for other instances too such as GuiService.
Anything that we have a real use for should be shown.
If you really use RunService that much, you should be able to remember its name.
You can always add bookmarks on your browser for the services you use.
Yes, and he does. The Object Browser is not for finding service names – it’s for looking up event/property/method names for objects you already know the name of. RunService fits this bill just as much as any creatable object.
The Object Browser is not for objects you use on a regular basis – if you use objects regularly you will have already committed their member events/etc to memory. It’s a quick lookup for things you don’t remember – in other words, uncommon objects/services that you wouldn’t have bookmarked.
Looking it up in the Object Browser is quicker – that’s why it exists, and that’s what it’s for. Using the wiki, you need to switch programs and then load a webpage (or two if the search doesn’t redirect you to the exact page). The Object Browser provides all of this to you instantly without any webpage loading. The wiki is for explanation and examples of objects – the Object Browser just tells you which member events/etc an object has. The uses for the two are completely different.
As I mentioned previously, the wiki and the Object Browser serve two very separate needs. On top of that, the Context Help (built-in wiki widget) takes time to load the page just as your browser does. The wiki is not a replacement for the Object Browser.