问题
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