问题
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
回答1:
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.
来源:https://stackoverflow.com/questions/270264/how-get-vs-html-editor-to-default-to-single-quotes