Autocompletion in the Visual Studio HTML editor inserts double quotes (e.g. <input type="text"
).
Does anyone know if there's a setting that will change the default to automatically insert single quotes (e.g. <input type='text'
)?
thanks, Michael
Autocompletion in the Visual Studio HTML editor inserts double quotes (e.g. <input type="text"
).
Does anyone know if there's a setting that will change the default to automatically insert single quotes (e.g. <input type='text'
)?
thanks, Michael
There is no option built into Visual Studio to do this. There might be a third party plugin to help you out, but if so I am not familiar with it.