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