In VScode, if I type θ \hat tab then the hat comes after the θ but the variable is usable.
θ̂ = 2.0
If instead I type \hat tab θ I get the hat sitting on top of the θ but Julia gives an error.
This issue is not specific to Greek characters: the same happens with x.
Is there a setting in VScode that I could change to make it both look right and not produce an error message? (I’ve looked but failed to find) Thanks!