Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2013 Automatically Inserting Closing Tags

I have Visual Studios 2013 and I have tried multiple solutions I have found online and nothing is working. This seems like it would be a simple thing to change, but when I create a tag, it automatically adds the closing tag. I would rather type out my tags myself, because sometimes I am changing a tag and then I have to either drag or cut and paste it to where it actually needs to be. It is frustrating.

like image 390
Mitch Avatar asked Jan 19 '15 04:01

Mitch


1 Answers

Go to Tools -> Options -> Text Editor -> HTML -> Advanced -> then change Auto insert close tag to false and save.

Here's a screenshot of the settings:

Options Screen

like image 192
nweg Avatar answered Sep 17 '22 23:09

nweg