@Christoph-Hart Alright, my bad. Object properties don't show up in autocomplete anyway, global or no. I somehow thought they did...
To clarify what I mean, e.g. if you now wrote in any script
funky.funk = 1;
then typing "funky." wouldn't drop down the option to select funky.funk in autocomplete, like it does for namespaces and everything declared within the namespace.