How can I skip the closing quotation mark when typ

2019-06-16 19:30发布

问题:

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