Adr*_*zer -1 c# comments visual-studio
我正在我的 c# 代码中查找包含以下术语的行:
System.Drawing.SystemColors.Highlight
我想//使用 VisualStudio 的 Find&Replace 函数在包含术语的每一行前面设置一个注释标记 ( )。
大家知道有什么快速的方法吗?
你可以使用这个:
Text to find -> ^(.*System.Drawing.SystemColors.Highlight.*)$Replace with -> //$1.* [x] Use Regular Expressions| 归档时间: |
|
| 查看次数: |
167 次 |
| 最近记录: |