Consider this line of code:
new FileStream(filename, FileMode.CreateNew);
After typing the comma I would expect VAX to produce this:
new FileStream(filename, FileMode.|)
Of course, this would only be possible if there are no overloads with a different second parameter.