My project was developed by many people. Many developers commented on some of their codes.
I have a lot of codes like
//ServiceResult serviceResult = null; //JavaScriptSerializer serializer = null; //ErrorContract errorResponse = null;
They use //, they do not use / ** / How can I find all such commented-out line in visual studio 2012 using regular expression
In this search he should not find any xml comments with ///
source share