Helpers in the code editor

Autocomplete for properties on imported (required) libraries should work already if you hit Tab, as shown here:

Syntax highlighting for object properties is an interesting idea. I think it might be tricky since objects can be dynamic, though, so we’d need to recompute syntax highlighting whenever referenced values change. (In contrast, autocomplete does an instantaneous sample of the defined properties when you hit Tab.)

I’d love integrated documentation. Tom commented on that here: