I'm programming C# in Visual Studio 2022. I often write XML-DOC. What is particularly annoying for me, is that when I write something like <item>, as soon as I enter the > visual studio adds a closing tag </item> behind it.
The problem with that is, that usually I have already text there and want to add <item> in front of it and </item> behind it (or other tags of course, like <b> or <u> etc.).
It also is a pain, when using multiple line edit mode. As soon as Visual Studio enters something automatically it completely breaks the flow.
I didn’t found a setting regarding to autocomplete in XML-DOC. I disabled it for XML in general, but that seems not to have worked.
Does anyone know, how to achieve this in Visual Studio?