I can't figure out how to disable the new โfeatureโ when the HTML VS Code mode editor types for you in the following scenario:
I type <b>, and when I press the last one >, it types </b>, which I then have to delete and move to where I want.
<b>
>
</b>
How can I prevent VS Code from printing things for me in this case? I have two options:
"editor.quickSuggestions": false, "editor.autoClosingBrackets": false,
It seems like the opposite of this question: VSCode does not autocomplete HTML
I found this:
// Enable/disable autoclosing of HTML tags. "html.autoClosingTags": true,
autoClosingTags, true, , , , .
autoClosingTags
true
autoClosingTags false .
false
"html.autoClosingTags": true,
Source: https://habr.com/ru/post/1686297/More articles:F # as a Window sequence based on a predicate, not a fixed length - f #Can I delete these folders for assembly if I do not start Android Studio? - androidHow to create text input field with pygame? - pythonKnpMenuBundle does not work with Bootstrap 4 navbar - symfonyA memory leak caused by com.google.android.gms.internal. * - androidJava 9 HttpClient sends a multipart / form-data request - javaWhy is the number unchanged in Javascript? - javascriptHow to make iOS 11 drag and drop on iPhone - ioshttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1686301/importing-package-private-classes-to-jshell&usg=ALkJrhjMAhYk1KV979iqpC9uugiog_c2AAHow to enable UIDragInteraction in custom UIViews for iPhone - iosAll Articles