I tried out the manual way of going to each class and finding out the commented code , but its very time consuming. An automated script or something would make my work faster.
Thank you
Hi,
Thank you for the response , I have tried this way Girish but the requirement which i need is in the form as a Runnable Job.
Hi Dhanush R,
You can make use of regular expression search.
Close all the opened elements in visual studio. Now click on ctrl + F - You will see the find and replace window. On that enter "(^|[^/])//[^/]" to see the commented lines of codes. Click on find all to see the results in the separate window.
Make sure you have checked the "Use regular expressions".
Refer to the below screenshot.
Thanks,
Girish S.
André Arnaud de Cal...
292,160
Super User 2025 Season 1
Martin Dráb
230,962
Most Valuable Professional
nmaenpaa
101,156