How can I find all commented out codes in a project in VSCode?
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?