From my point of view, if this should be implemented, it should be disabled by default.
The reason why explained on a viusal basic example.
CreateObject is a keyword but if I want to define a Function like
Private Function Create () As Boolean
it would repalce it to
Private Function CreateObject
The same applies to comments like
'create a hash to compare results
or defining strings like
"Create a hash"
@Leonard Marvilla, your proposal saves one keystroke whereas it might generate more keystrokes
to revert it if it wasn’t supposed to use it.
But as said, this is my opinion.
Cheers
Claudia