The AutoCaseCorrectEnabled only works with language key words. Is there any intention to extend this to work with other words. Taking the following code as an example I would like the local variable var to have case corrected when moving to a new line as well as if and then key words.
Dim Var As Double
if var = 5 then
Dim Var As Double
if var = 5 then