If in the Visual Studio text editor I press <, { or ( to overwrite the selected text, it surrounds it instead. How could I disable it?
C++ option for surrounding text is turned off (Text Editor | C/C++ | Advanced), as well as Text Editor’s to automatically insert closing brackets.
I’ve selected some text and wanted to overwrite it with <. When I press <, the text is surrounded with <>
demo
2