Answer the question
In order to leave comments, you need to log in
How to remove popup tags in Visual Studio Code?
I started learning HTML using VS Code. I want the editor not to substitute the default closing of paired tags for me, so that I remember the tags faster. How can I prevent the editor from immediately adding /div> when writing <div>?
Answer the question
In order to leave comments, you need to log in
In general, it's better to get used to writing code quickly and efficiently. To do this, use all the goodies from modern editors, including code completion, etc.
And the tags themselves will be remembered, there is no need to memorize them specially.
Well, if anything, you can see the settings here
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question