Hello
I have problem in html. When im trying write for example </a> visual studio code autocompletes it when I was writting "</" for </div>. And id="cointainer"> changes closed
div for this new. So when I could exit this option?
Hello
I have problem in html. When im trying write for example </a> visual studio code autocompletes it when I was writting "</" for </div>. And id="cointainer"> changes closed
div for this new. So when I could exit this option?
Another question, is it possible to enter the And so that <div> does not automatically change the entry to the closing div?
Hi @BartoszMech-2264 ,
Try adding
"editor.autoClosingBrackets": "always",
in Settings.json file.
Besides, since visual studio code is not supported in Q&A forum, you can post your question here for more help.
Thank you for your understanding.
4 people are following this question.