How get VS HTML editor to default to single quotes

2019-06-16 07:22发布

问题:

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.