> Sure, but in practice I believe most developers would find it intuitive to just type . everywhere.

Yeah, but in practice I try not to produce write-only code.

Code is for reading more than for writing, hence make it easier to read. If it becomes easier to write as a side-effect, then so be it.