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
That did it! I found the setting and turned off the auto closing tags. Thanks for the help!
Have you installed any extensions, like Prettier? Sometimes extensions modify the default behavior.
Is this issue occurring in an HTML file or JavaScript file? That could change how the editor behaves.
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
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically