You can open the console (Ctrl+Shift+I, and switch to Console) and run the following there:
Object.keys(GmlAPI.gmlInstFieldMap)
this will show everything that auto-completion knows about.
Just what I needed, thank you!