Yes, I was referring to "auto" as well. Sometimes I find "auto" not so readable, so I'd like to be able to start by writing "auto variable = function()", then press a key and have SE replace the "auto" with the actual type of the variable, so it is easier to read.
Java 8 doesn't have auto, but I'd still like to put in any type (even put "auto"), and then press a key and have it replaced with the real type.