Sometimes when I press the Enter button, VSCode will aggressively complete the code which I don't want.
For example:
When I type in the
import numpy as np
and press the enter, VSCode will change the np
to numpy
or when I type in the
else
and press the enter, VSCode will change it to
else
{
/*...*/
}
while I sometimes really don't need this format.
So how can I disable 'Enter' for code snippet and use Tab only?