When I am typing in vs code and I press space or enter it will copy the code around it and paste it for example,
int main(void)
{}
and then i press space or enter when the text cursor is inside the brackets i get
int main(void)
{
}
}
or if I am typing code and I press space it will copy the previous 6 lines or the 6 lines in-front of the text cursor and paste them in front of the text cursor, I don’t know if if these are two different issues or the same issue.
I have tried going and turning off all auto complete options and I have no extensions installed.
More examples of the issueenter image description here and then i put the text cursor at after the semi-colon after the last printf statement and pressed enter and this is what happensenter image description here
i just want to find a way to stop it happening when I press enter or space because it get very annoying
user26810376 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.