If I search them with ctrl+f, they mix up with the comments, that has 3 bars. I'll appreciate your help
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
Search for this in Visual Studio with regular expression turned on:
You can search based on a regular expression or wildcard, instead of "//" exactly. For regex searches you'd use "^:b*//[^/].*$" without the quotes.
In the visual studio. Select View->Task list. There would be a drop down at the top of the talk list window where you can select Comments. This would show all the comments in the solution.