I have a Laravel project which was developed previously. The previous developer had commented out codes instead of removing them. Now I want to clean up the project so it can be reused as a product. I need to remove all commented out codes. How can I do this in VSCode in a more efficient manner?
I know how to remove all the commented codes is by searching globally and going through each file manually and searching each line for commented out codes by looking up “//” or other comment syntaxes in the search.