如何在VS8-10中启用光标所在的代码块周围的边框/线?在此之后我很努力,我现在必须放弃。我用google搜索了所有内容:border,line,hightlight schope和surround。
我知道这是可能的,我之前使用过它,但不记得在哪里启用它。
e.g:
if
{
if(foo)
{
________________________________________________________________
I var s; <cursor here> // border around this and the next line I
I var t; // border around this line too I
________________________________________________________________
}
}
答案 0 :(得分:6)
在Visual Studio库中下载“Ident Lines”或下载Resharper。
对于Resharper:
在这种情况下,我在MsgBox_MouseDown
之后选择了第一个支撑。
答案 1 :(得分:2)
在ReSharper选项/环境/编辑/编辑器外观
中启用Highlight matching delimiters when caret is
并将Highlight with
选项设置为outline
。
答案 2 :(得分:1)
您可以通过在将鼠标拖到文本块上时按住ALT键来执行矩形选择。
答案 3 :(得分:1)
可能是您之前看过的DevExpress CodeRush插件,我自己没有使用它,但这question可能会有所帮助。