How get VS HTML editor to default to single quotes?

女生的网名这么多〃 提交于 2019-12-10 12:42:57

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!