有没有办法在VS2012中突出显示一段代码?

时间:2012-10-12 15:57:49

标签: visual-studio visual-studio-2012

通过选择所需的线条,右键单击,然后选择背景颜色来突出显示文本块。

它看起来像这样:

enter image description here

1 个答案:

答案 0 :(得分:0)

如果要使代码更容易导航,请尝试使用#region命令:

http://msdn.microsoft.com/en-us/library/9a1ybwek%28v=vs.110%29.aspx

如果要突出显示您想要返回并稍后修复的内容,请使用// TODO等,它将添加到VS任务列表中:

http://msdn.microsoft.com/en-us/library/zce12xx2%28v=vs.100%29.aspx