How can I skip the closing quotation mark when typing in the Visual Studio xml editor?
I like that quotation marks are a开发者_开发技巧utomatically 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..
Just figured this out... hit the Tab
key.
ctrl + u should do the job. Not the most magic solution but still the best one available.
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
精彩评论