How can I stop Visual Studio Code from auto-adding closing tags?

0
8
Asked By CuriousCoder91 On

I've tried to remove most of the auto-completion features in Visual Studio Code, but it still automatically adds the closing tags (like

) at the end of my strings. This drives me crazy because instead of learning to add these tags myself and improving my coding skills, I have to manually move the cursor after it inserts them, which is really frustrating. What can I do to completely disable this feature?

4 Answers

Answered By CuriousCoder91 On

That did it! I found the setting and turned off the auto closing tags. Thanks for the help!

Answered By SimpleScripter77 On

Have you installed any extensions, like Prettier? Sometimes extensions modify the default behavior.

Answered By TechSavvy88 On

Is this issue occurring in an HTML file or JavaScript file? That could change how the editor behaves.

Answered By CodeNinja23 On

Check if there's a setting for "auto close tags" or something similar in your preferences. There are usually many options available that could help.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.