如何找到整个解决方案中的所有注释行?

问题描述:

如果我使用ctrl + f搜索它们,它们会与注释混合在一起,并带有3个小节. 多谢您的帮助

If I search them with ctrl+f, they mix up with the comments, that has 3 bars. I'll appreciate your help

在启用了正则表达式的情况下在Visual Studio中进行搜索:

Search for this in Visual Studio with regular expression turned on:

(^|[^/])//[^/]