How can I skip the closing quotation mark when typing in the Visual Studio xml editor?

陌路散爱 提交于 2020-01-03 08:26:36

问题


I like that quotation marks are automatically inserted in the Visual Studio xml editor, but I haven't yet found an easy way to get past the second quote without moving my hand over to the cursor keys or hitting End. Is there an easier way to skip past the second quote when the value is a string (Intellisense will skip the quote if the value is an enum)? Might just turn this feature off entirely..


回答1:


ctrl + u should do the job. Not the most magic solution but still the best one available.




回答2:


Just figured this out... hit the Tab key.




回答3:


Try the End Key.

If it works, follow Andrew's advice for creating a macro that's easier to type: https://stackoverflow.com/a/5532162



来源:https://stackoverflow.com/questions/3260442/how-can-i-skip-the-closing-quotation-mark-when-typing-in-the-visual-studio-xml-e

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