VSCode automatically putting brackets and a comment when I press return after an else.

  • Thread starter Thread starter Finlay_Morrison
  • Start date Start date
F

Finlay_Morrison

Guest
Whenever i type 'else' and press the return key, it puts the brackets automatically, i dont like this, how can i get rid of it.

eg:
else
i press enter and it goes to:
else
{
/* code */

}


I have looked in the preferences and i cant find a way to remove this. I am posting it here cause i cant find a forum sitr for VS Code. I am using c++.

Continue reading...
 
Back
Top