在使用VisualStudio 08 Pro中的代码时,我常常发现自己正面临着一个右大括号(}),想知道事物的确切位置。如果它只有一个屏幕的价值,我可以立即看到阴影字符,但通常必须滚动并仔细观察。
是否有键盘快捷键跳转到匹配括号的开头?
THX
好的...... Cntl +]适用于纯c#代码......在MVC aspx页面中怎么样?
再次通过编辑来显示更好的背景:
...<%
else if (row.RegistrationType == RegistrationType.Live)
{
%>
<a id="Add" onclick="AddStuff();" >Imagine lots and lots of text here that obscures the above brace from it's match below.</a>
<%
}//cursor here hightlights the brace following the else
//but cntl+] only jumps up one line.
%>
答案 0 :(得分:1)
将光标放在右括号上:
控制+]
答案 1 :(得分:1)
我认为Control-]
是您正在寻找的。 p>
答案 2 :(得分:0)
在我的VS2008版本 Ctrl + ^ 允许您在打开和删除大括号之间跳转。
不知道快捷方式是否取决于首次启动VS时或键盘布局时选择的设置。