开发者

What is the keyboard shortcut for jumping to the matching tag in Visual Studio 2005?

开发者 https://www.devze.com 2022-12-10 18:29 出处:网络
When editing HTML in Visual Studio, is there a keyboard shortcut for jump开发者_Go百科ing to/from the matched html tag in much the same way that you can do so with matched brackets?

When editing HTML in Visual Studio, is there a keyboard shortcut for jump开发者_Go百科ing to/from the matched html tag in much the same way that you can do so with matched brackets?

I've already been to the Visual-Studio-Keyboard-Shortcuts Question.

For example:

I want to move from <head> to </head> when I press a keyboard shortcut.


Unfortunately, I don't believe there is a shortcut key for what you're trying to do. I was able to get Ctrl + ] to work within .config files, but no luck on any html-based files (.aspx, .ascx, .master, etc.).


It's the same as for brackets for me, Ctrl + ]. If it's not working, check that the Edit.GotoBrace command is bound in the Keyboard options.

0

精彩评论

暂无评论...
验证码 换一张
取 消