This question already has an answer here:
- Remove source file comments using IntelliJ? 5 answers
I have some big files in my project with many lines commented.
Usually when I change something in my code, I comment unnecessary lines first and after testing remove them.
But sometimes at the end there are too many comments in a big file, and it is hard to remove them.
So, may be there is some function in Android Studio to 'clean up' file from comments (excluding javadoc comments, of course) like 'Organize imports' for removing unused imports in file.
Or, maybe, some kind of highlighting commented lines, so I can easily see what to remove.
Can you help me with that?
Any ideas are appreciated