Is there a way to turn off auto closing curly braces insert in vscode? I went through the settings of the editor one by one and turned off everything that was related to formatting, but I did not see anything specifically for this.
For example, when I type something like
function() {
vscode immediately adds } , so I end up with
function() {}
Then I press enter and it automatically backs off the cursor. I do not want this to be done. I do not want him to automatically insert any closing symbol or any indentations. I just want him to stop helping me, and let me print what I want to print. But I can not understand if there are any settings for this?
Iβm probably the only person in the word who wants this βfeatureβ, so I wonβt be surprised if this is impossible.
visual-studio-code
sstchur
source share