If I search them with ctrl+f, they mix up with the comments, that has 3 bars. I'll appreciate your help
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Search for this in Visual Studio with regular expression turned on:
(^|[^/])//[^/]
回答2:
You can search based on a regular expression or wildcard, instead of "//" exactly. For regex searches you'd use "^:b*//[^/].*$" without the quotes.
回答3:
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.